#0C42FF

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

Shades of Navy Blue #0C42FF

Tints of Navy Blue #0C42FF

Color information

#0C42FF (or 0x0C42FF) is unknown color: approx Navy Blue. HEX triplet: 0C, 42 and FF. RGB value is (12,66,255). Sum of RGB (Red+Green+Blue) = 12+66+255=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C42FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C42FF is #F3BD00. Grayscale: #464646. Windows color (decimal): -15973633 or 16728588. OLE color: 16728588.

HSL color Cylindrical-coordinate representation of color #0C42FF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C42FF is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1266255-
CMYK0.950.7400
HSL226.67º100%52.35%-
HSV(B)226.67º95.29%100%-
XYZ20.1511.1995.71-
YUV71.4231.6185.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 255 (100% from 255) = 76.58%
R=3.60%
G=19.82%
B=76.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal12662550.950.7400226.6710052.35
HexC42FF5F4A00e36434
Octal141023771371120034314464
Binary11001000010111111111011111100101000111000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C42FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C42FF; }

 p { color: rgb(12,66,255); }

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

<style>
 a { background-color: #0C42FF; }

 a { background-color: rgb(12,66,255); }

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

<style>
 span { border-color: #0C42FF; }

 span { border-color: rgb(12,66,255); }

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