Html Css Color HEX #0C5FCA Navy Blue

📋 copy color: '#0C5FCA'

red 12 ◦ green 95 ◦ blue 202

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

Shades of Navy Blue #0C5FCA

Tints of Navy Blue #0C5FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 3.88%
G = 30.74%
B = 65.37%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0C5FCA (or 0x0C5FCA) is known color: Navy Blue. HEX triplet: 0C, 5F and CA. RGB value is (12,95,202). Sum of RGB (Red+Green+Blue) = 12+95+202=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C5FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5FCA is #F3A035. Grayscale: #515151. Windows color (decimal): -15966262 or 13262604. OLE color: 13262604.

HSL color Cylindrical-coordinate representation of color #0C5FCA: hue angle of 213.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5FCA is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 95 202 -
CMYK 0.94 0.53 0 0.21
HSL 213.79º 0.89% 0.42% -
HSV(B) 213.79º 0.94% 0.79% -
XYZ 14.9 12.53 57.51 -
YUV 82.38 195.5 77.8 -
System Red Green Blue C M Y K H S L
Decimal 12 95 202 0.94 0.53 0 0.21 213.79 0.89 0.42
Hex C 5F CA 5E 35 0 15 D6 59 2A
Octal 14 137 312 136 65 0 25 326 131 52
Binary 1100 1011111 11001010 1011110 110101 0 10101 11010110 1011001 101010

Color Harmonies of #0C5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5FCA

Black with #0C5FCA

Text Example


Text Example

White with #0C5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,95,202); }

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

background-color css

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

 a { background-color: rgb(12,95,202); }

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

border-color css

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

 span { border-color: rgb(12,95,202); }

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