#005BBB

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

Shades of Navy Blue #005BBB

Tints of Navy Blue #005BBB

Color information

#005BBB (or 0x005BBB) is unknown color: approx Navy Blue. HEX triplet: 00, 5B and BB. RGB value is (0,91,187). Sum of RGB (Red+Green+Blue) = 0+91+187=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 187 (73.44% from 255 or 67.27% from 278); Max value from RGB is 187 - color contains mainly: blue. Hex color #005BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BBB is #FFA444. Grayscale: #4A4A4A. Windows color (decimal): -16753733 or 12278528. OLE color: 12278528.

HSL color Cylindrical-coordinate representation of color #005BBB: hue angle of 210.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BBB is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB091187-
CMYK10.5100.27
HSL210.8º100%36.67%-
HSV(B)210.8º100%73.33%-
XYZ12.7111.0748.48-
YUV74.74191.3574.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 187 (73.44% from 255) = 67.27%
R=0%
G=32.73%
B=67.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal09118710.5100.27210.810036.67
Hex05BBB643301Bd36425
Octal01332731446303332314445
Binary01011011101110111100100110011011011110100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005BBB; }

 p { color: rgb(0,91,187); }

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

<style>
 a { background-color: #005BBB; }

 a { background-color: rgb(0,91,187); }

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

<style>
 span { border-color: #005BBB; }

 span { border-color: rgb(0,91,187); }

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