#005CBD

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

Shades of Navy Blue #005CBD

Tints of Navy Blue #005CBD

Color information

#005CBD (or 0x005CBD) is unknown color: approx Navy Blue. HEX triplet: 00, 5C and BD. RGB value is (0,92,189). Sum of RGB (Red+Green+Blue) = 0+92+189=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #005CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CBD is #FFA342. Grayscale: #4B4B4B. Windows color (decimal): -16753475 or 12409856. OLE color: 12409856.

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

Color convert

RGB092189-
CMYK10.5100.26
HSL210.79º100%37.06%-
HSV(B)210.79º100%74.12%-
XYZ13.0111.3349.64-
YUV75.55192.0274.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=0%
G=32.74%
B=67.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal09218910.5100.26210.7910037.06
Hex05CBD643301Ad36425
Octal01342751446303232314445
Binary01011100101111011100100110011011010110100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,92,189); }

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

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

 a { background-color: rgb(0,92,189); }

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

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

 span { border-color: rgb(0,92,189); }

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