#1c367b

Color #1C367B Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #1C367B

Tints of Resolution Blue #1C367B

Color information

#1C367B (or 0x1C367B) is unknown color: approx Resolution Blue. HEX triplet: 1C, 36 and 7B. RGB value is (28,54,123). Sum of RGB (Red+Green+Blue) = 28+54+123=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C367B is #E3C984. Grayscale: #353535. Windows color (decimal): -14928261 or 8074780. OLE color: 8074780.

HSL color Cylindrical-coordinate representation of color #1C367B: hue angle of 223.58º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C367B is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2854123-
CMYK0.770.5600.52
HSL223.58º62.91%29.61%-
HSV(B)223.58º77.24%48.24%-
XYZ5.374.3219.29-
YUV54.09166.89109.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 123 (48.44% from 255) = 60%
R=13.66%
G=26.34%
B=60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28541230.770.5600.52223.5862.9129.61
Hex1C367B4D38034e03f1e
Octal3466173115700643407736
Binary111001101101111011100110111100001101001110000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c367b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c367b; }

 p { color: rgb(28,54,123); }

 H1.HeaderClassName
 {
   color: #1c367b;
 }
 .AnyTagClassName
 {
   color: #1c367b;
 }
</style>
background-color css

<style>
 a { background-color: #1c367b; }

 a { background-color: rgb(28,54,123); }

 div.DivClassName
 {
   background-color: #1c367b;
 }
 .BgClassName
 {
   background-color: #1c367b;
 }
</style>
border-color css

<style>
 span { border-color: #1c367b; }

 span { border-color: rgb(28,54,123); }

 td.TdClassName
 {
   border-color: #1c367b;
 }
 .TagClassName
 {
   border-color: #1c367b;
 }
</style>