Html Css Color HEX #0C79CA Navy Blue

📋 copy color: '#0C79CA'

red 12 ◦ green 121 ◦ blue 202

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

Shades of Navy Blue #0C79CA

Tints of Navy Blue #0C79CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

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

R = 3.58%
G = 36.12%
B = 60.3%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0C79CA (or 0x0C79CA) is known color: Navy Blue. HEX triplet: 0C, 79 and CA. RGB value is (12,121,202). Sum of RGB (Red+Green+Blue) = 12+121+202=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C79CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C79CA is #F38635. Grayscale: #616161. Windows color (decimal): -15959606 or 13269260. OLE color: 13269260.

HSL color Cylindrical-coordinate representation of color #0C79CA: hue angle of 205.58º 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 #0C79CA is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 121 202 -
CMYK 0.94 0.40 0 0.21
HSL 205.58º 0.89% 0.42% -
HSV(B) 205.58º 0.94% 0.79% -
XYZ 17.65 18.02 58.42 -
YUV 97.64 186.89 66.91 -
System Red Green Blue C M Y K H S L
Decimal 12 121 202 0.94 0.40 0 0.21 205.58 0.89 0.42
Hex C 79 CA 5E 28 0 15 CE 59 2A
Octal 14 171 312 136 50 0 25 316 131 52
Binary 1100 1111001 11001010 1011110 101000 0 10101 11001110 1011001 101010

Color Harmonies of #0C79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79CA

Black with #0C79CA

Text Example


Text Example

White with #0C79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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