#0C46F5

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

Shades of Navy Blue #0C46F5

Tints of Navy Blue #0C46F5

Color information

#0C46F5 (or 0x0C46F5) is unknown color: approx Navy Blue. HEX triplet: 0C, 46 and F5. RGB value is (12,70,245). Sum of RGB (Red+Green+Blue) = 12+70+245=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 245 (96.09% from 255 or 74.92% from 327); Max value from RGB is 245 - color contains mainly: blue. Hex color #0C46F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C46F5 is #F3B90A. Grayscale: #474747. Windows color (decimal): -15972619 or 16074252. OLE color: 16074252.

HSL color Cylindrical-coordinate representation of color #0C46F5: hue angle of 225.06º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C46F5 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1270245-
CMYK0.950.7100.04
HSL225.06º92.09%50.39%-
HSV(B)225.06º95.1%96.08%-
XYZ18.8211.0587.53-
YUV72.61225.2884.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.67%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 245 (96.09% from 255) = 74.92%
R=3.67%
G=21.41%
B=74.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12702450.950.7100.04225.0692.0950.39
HexC46F55F4704e15c32
Octal141063651371070434113462
Binary1100100011011110101101111110001110100111000011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C46F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,70,245); }

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

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

 a { background-color: rgb(12,70,245); }

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

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

 span { border-color: rgb(12,70,245); }

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