#0B76DA

Color #0B76DA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0B76DA

Tints of Navy Blue #0B76DA

Color information

#0B76DA (or 0x0B76DA) is unknown color: approx Navy Blue. HEX triplet: 0B, 76 and DA. RGB value is (11,118,218). Sum of RGB (Red+Green+Blue) = 11+118+218=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B76DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B76DA is #F48925. Grayscale: #606060. Windows color (decimal): -16025894 or 14317067. OLE color: 14317067.

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

Color convert

RGB11118218-
CMYK0.950.4600.15
HSL208.99º90.39%44.9%-
HSV(B)208.99º94.95%85.49%-
XYZ19.2718.0968.81-
YUV97.41196.0566.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.17%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 62.82%
R=3.17%
G=34.01%
B=62.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111182180.950.4600.15208.9990.3944.9
HexB76DA5F2E0Fd15a2d
Octal131663321375601732113255
Binary1011111011011011010101111110111001111110100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B76DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,218); }

 H1.HeaderClassName
 {
   color: #0B76DA;
 }
 .AnyTagClassName
 {
   color: #0B76DA;
 }
</style>
background-color css

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

 a { background-color: rgb(11,118,218); }

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

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

 span { border-color: rgb(11,118,218); }

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