Html Css Color HEX #0F77DF Navy Blue

📋 copy color: '#0F77DF'

red 15 ◦ green 119 ◦ blue 223

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

Shades of Navy Blue #0F77DF

Tints of Navy Blue #0F77DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 4.2%
G = 33.33%
B = 62.46%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F77DF (or 0x0F77DF) is known color: Navy Blue. HEX triplet: 0F, 77 and DF. RGB value is (15,119,223). Sum of RGB (Red+Green+Blue) = 15+119+223=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F77DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77DF is #F08820. Grayscale: #636363. Windows color (decimal): -15763489 or 14645007. OLE color: 14645007.

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

Color convert

RGB 15 119 223 -
CMYK 0.93 0.47 0 0.13
HSL 210º 0.87% 0.47% -
HSV(B) 210º 0.93% 0.87% -
XYZ 20.11 18.62 72.35 -
YUV 99.76 197.54 67.54 -
System Red Green Blue C M Y K H S L
Decimal 15 119 223 0.93 0.47 0 0.13 210 0.87 0.47
Hex F 77 DF 5D 2F 0 D D2 57 2F
Octal 17 167 337 135 57 0 15 322 127 57
Binary 1111 1110111 11011111 1011101 101111 0 1101 11010010 1010111 101111

Color Harmonies of #0F77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F77DF

Black with #0F77DF

Text Example


Text Example

White with #0F77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,223); }

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

background-color css

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

 a { background-color: rgb(15,119,223); }

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

border-color css

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

 span { border-color: rgb(15,119,223); }

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