Html Css Color HEX #0F79DE Navy Blue

📋 copy color: '#0F79DE'

red 15 ◦ green 121 ◦ blue 222

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

Shades of Navy Blue #0F79DE

Tints of Navy Blue #0F79DE

RGB

 RED value IS 15 (6.25% from 255) = 4.19%

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

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 4.19%
G = 33.8%
B = 62.01%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F79DE (or 0x0F79DE) is known color: Navy Blue. HEX triplet: 0F, 79 and DE. RGB value is (15,121,222). Sum of RGB (Red+Green+Blue) = 15+121+222=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F79DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F79DE is #F08621. Grayscale: #646464. Windows color (decimal): -15762978 or 14579983. OLE color: 14579983.

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

Color convert

RGB 15 121 222 -
CMYK 0.93 0.45 0 0.13
HSL 209.28º 0.87% 0.46% -
HSV(B) 209.28º 0.93% 0.87% -
XYZ 20.22 19.05 71.72 -
YUV 100.82 196.38 66.79 -
System Red Green Blue C M Y K H S L
Decimal 15 121 222 0.93 0.45 0 0.13 209.28 0.87 0.46
Hex F 79 DE 5D 2D 0 D D1 57 2E
Octal 17 171 336 135 55 0 15 321 127 56
Binary 1111 1111001 11011110 1011101 101101 0 1101 11010001 1010111 101110

Color Harmonies of #0F79DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F79DE

Black with #0F79DE

Text Example


Text Example

White with #0F79DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,121,222); }

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

background-color css

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

 a { background-color: rgb(15,121,222); }

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

border-color css

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

 span { border-color: rgb(15,121,222); }

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