Html Css Color HEX #0C79CF Navy Blue

📋 copy color: '#0C79CF'

red 12 ◦ green 121 ◦ blue 207

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

Shades of Navy Blue #0C79CF

Tints of Navy Blue #0C79CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 3.53%
G = 35.59%
B = 60.88%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C79CF (or 0x0C79CF) is known color: Navy Blue. HEX triplet: 0C, 79 and CF. RGB value is (12,121,207). Sum of RGB (Red+Green+Blue) = 12+121+207=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C79CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C79CF is #F38630. Grayscale: #616161. Windows color (decimal): -15959601 or 13596940. OLE color: 13596940.

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

Color convert

RGB 12 121 207 -
CMYK 0.94 0.42 0 0.19
HSL 206.46º 0.89% 0.43% -
HSV(B) 206.46º 0.94% 0.81% -
XYZ 18.25 18.26 61.59 -
YUV 98.21 189.39 66.51 -
System Red Green Blue C M Y K H S L
Decimal 12 121 207 0.94 0.42 0 0.19 206.46 0.89 0.43
Hex C 79 CF 5E 2A 0 13 CE 59 2B
Octal 14 171 317 136 52 0 23 316 131 53
Binary 1100 1111001 11001111 1011110 101010 0 10011 11001110 1011001 101011

Color Harmonies of #0C79CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79CF

Black with #0C79CF

Text Example


Text Example

White with #0C79CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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