Html Css Color HEX #0B77D6 Navy Blue

📋 copy color: '#0B77D6'

red 11 ◦ green 119 ◦ blue 214

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

Shades of Navy Blue #0B77D6

Tints of Navy Blue #0B77D6

RGB

 RED value IS 11 (4.69% from 255) = 3.2%

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

 BLUE value IS 214 (83.98% from 255) = 62.21%

R = 3.2%
G = 34.59%
B = 62.21%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0B77D6 (or 0x0B77D6) is known color: Navy Blue. HEX triplet: 0B, 77 and D6. RGB value is (11,119,214). Sum of RGB (Red+Green+Blue) = 11+119+214=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #0B77D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B77D6 is #F48829. Grayscale: #616161. Windows color (decimal): -16025642 or 14055179. OLE color: 14055179.

HSL color Cylindrical-coordinate representation of color #0B77D6: hue angle of 208.08º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B77D6 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 119 214 -
CMYK 0.95 0.44 0 0.16
HSL 208.08º 0.9% 0.44% -
HSV(B) 208.08º 0.95% 0.84% -
XYZ 18.87 18.12 66.12 -
YUV 97.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 11 119 214 0.95 0.44 0 0.16 208.08 0.9 0.44
Hex B 77 D6 5F 2C 0 10 D0 5A 2C
Octal 13 167 326 137 54 0 20 320 132 54
Binary 1011 1110111 11010110 1011111 101100 0 10000 11010000 1011010 101100

Color Harmonies of #0B77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B77D6

Black with #0B77D6

Text Example


Text Example

White with #0B77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,119,214); }

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

background-color css

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

 a { background-color: rgb(11,119,214); }

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

border-color css

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

 span { border-color: rgb(11,119,214); }

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