#1C6CE4

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

Shades of Navy Blue #1C6CE4

Tints of Navy Blue #1C6CE4

Color information

#1C6CE4 (or 0x1C6CE4) is unknown color: approx Navy Blue. HEX triplet: 1C, 6C and E4. RGB value is (28,108,228). Sum of RGB (Red+Green+Blue) = 28+108+228=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #1C6CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6CE4 is #E3931B. Grayscale: #616161. Windows color (decimal): -14914332 or 14969884. OLE color: 14969884.

HSL color Cylindrical-coordinate representation of color #1C6CE4: hue angle of 216º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C6CE4 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB28108228-
CMYK0.880.5300.11
HSL216º78.74%50.2%-
HSV(B)216º87.72%89.41%-
XYZ19.8516.5775.55-
YUV97.76201.578.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.69%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 228 (89.45% from 255) = 62.64%
R=7.69%
G=29.67%
B=62.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal281082280.880.5300.1121678.7450.2
Hex1C6CE458350Bd84f32
Octal341543441306501333011762
Binary11100110110011100100101100011010101011110110001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,108,228); }

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

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

 a { background-color: rgb(28,108,228); }

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

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

 span { border-color: rgb(28,108,228); }

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