Html Css Color HEX #0C59FA Navy Blue

📋 copy color: '#0C59FA'

red 12 ◦ green 89 ◦ blue 250

#0C59FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0C59FA

Tints of Navy Blue #0C59FA

RGB

 RED value IS 12 (5.08% from 255) = 3.42%

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 250 (98.05% from 255) = 71.23%

R = 3.42%
G = 25.36%
B = 71.23%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C59FA (or 0x0C59FA) is known color: Navy Blue. HEX triplet: 0C, 59 and FA. RGB value is (12,89,250). Sum of RGB (Red+Green+Blue) = 12+89+250=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C59FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C59FA is #F3A605. Grayscale: #535353. Windows color (decimal): -15967750 or 16406796. OLE color: 16406796.

HSL color Cylindrical-coordinate representation of color #0C59FA: hue angle of 220.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C59FA is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 89 250 -
CMYK 0.95 0.64 0 0.02
HSL 220.59º 0.96% 0.51% -
HSV(B) 220.59º 0.95% 0.98% -
XYZ 20.98 14.13 92.06 -
YUV 84.33 221.49 76.41 -
System Red Green Blue C M Y K H S L
Decimal 12 89 250 0.95 0.64 0 0.02 220.59 0.96 0.51
Hex C 59 FA 5F 40 0 2 DD 60 33
Octal 14 131 372 137 100 0 2 335 140 63
Binary 1100 1011001 11111010 1011111 1000000 0 10 11011101 1100000 110011

Color Harmonies of #0C59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C59FA

Black with #0C59FA

Text Example


Text Example

White with #0C59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,250); }

 H1.HeaderClassName
 {
   color: #0C59FA;
 }
 .AnyTagClassName
 {
   color: #0C59FA;
 }
</style>

background-color css

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

 a { background-color: rgb(12,89,250); }

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

border-color css

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

 span { border-color: rgb(12,89,250); }

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