Html Css Color HEX #0F77CB Navy Blue

📋 copy color: '#0F77CB'

red 15 ◦ green 119 ◦ blue 203

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

Shades of Navy Blue #0F77CB

Tints of Navy Blue #0F77CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 4.45%
G = 35.31%
B = 60.24%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F77CB (or 0x0F77CB) is known color: Navy Blue. HEX triplet: 0F, 77 and CB. RGB value is (15,119,203). Sum of RGB (Red+Green+Blue) = 15+119+203=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F77CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77CB is #F08834. Grayscale: #616161. Windows color (decimal): -15763509 or 13334287. OLE color: 13334287.

HSL color Cylindrical-coordinate representation of color #0F77CB: hue angle of 206.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F77CB is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 119 203 -
CMYK 0.93 0.41 0 0.20
HSL 206.81º 0.86% 0.43% -
HSV(B) 206.81º 0.93% 0.8% -
XYZ 17.57 17.61 58.97 -
YUV 97.48 187.54 69.17 -
System Red Green Blue C M Y K H S L
Decimal 15 119 203 0.93 0.41 0 0.20 206.81 0.86 0.43
Hex F 77 CB 5D 29 0 14 CF 56 2B
Octal 17 167 313 135 51 0 24 317 126 53
Binary 1111 1110111 11001011 1011101 101001 0 10100 11001111 1010110 101011

Color Harmonies of #0F77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F77CB

Black with #0F77CB

Text Example


Text Example

White with #0F77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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