Html Css Color HEX #0C79DD Navy Blue

📋 copy color: '#0C79DD'

red 12 ◦ green 121 ◦ blue 221

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

Shades of Navy Blue #0C79DD

Tints of Navy Blue #0C79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 3.39%
G = 34.18%
B = 62.43%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C79DD (or 0x0C79DD) is known color: Navy Blue. HEX triplet: 0C, 79 and DD. RGB value is (12,121,221). Sum of RGB (Red+Green+Blue) = 12+121+221=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C79DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C79DD is #F38622. Grayscale: #636363. Windows color (decimal): -15959587 or 14514444. OLE color: 14514444.

HSL color Cylindrical-coordinate representation of color #0C79DD: hue angle of 208.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C79DD is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 121 221 -
CMYK 0.95 0.45 0 0.13
HSL 208.71º 0.9% 0.46% -
HSV(B) 208.71º 0.95% 0.87% -
XYZ 20.04 18.97 71.01 -
YUV 99.81 196.39 65.37 -
System Red Green Blue C M Y K H S L
Decimal 12 121 221 0.95 0.45 0 0.13 208.71 0.9 0.46
Hex C 79 DD 5F 2D 0 D D1 5A 2E
Octal 14 171 335 137 55 0 15 321 132 56
Binary 1100 1111001 11011101 1011111 101101 0 1101 11010001 1011010 101110

Color Harmonies of #0C79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79DD

Black with #0C79DD

Text Example


Text Example

White with #0C79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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