Html Css Color HEX #005BCB Navy Blue

📋 copy color: '#005BCB'

red 0 ◦ green 91 ◦ blue 203

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

Shades of Navy Blue #005BCB

Tints of Navy Blue #005BCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 91 (35.94% from 255) = 30.95%

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

R = 0%
G = 30.95%
B = 69.05%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005BCB (or 0x005BCB) is known color: Navy Blue. HEX triplet: 00, 5B and CB. RGB value is (0,91,203). Sum of RGB (Red+Green+Blue) = 0+91+203=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #005BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BCB is #FFA434. Grayscale: #4C4C4C. Windows color (decimal): -16753717 or 13327104. OLE color: 13327104.

HSL color Cylindrical-coordinate representation of color #005BCB: hue angle of 213.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BCB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 91 203 -
CMYK 1 0.55 0 0.20
HSL 213.1º 1% 0.4% -
HSV(B) 213.1º 1% 0.8% -
XYZ 14.52 11.79 58.01 -
YUV 76.56 199.35 73.39 -
System Red Green Blue C M Y K H S L
Decimal 0 91 203 1 0.55 0 0.20 213.1 1 0.4
Hex 0 5B CB 64 37 0 14 D5 64 28
Octal 0 133 313 144 67 0 24 325 144 50
Binary 0 1011011 11001011 1100100 110111 0 10100 11010101 1100100 101000

Color Harmonies of #005BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BCB

Black with #005BCB

Text Example


Text Example

White with #005BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005BCB;
 }
 .AnyTagClassName
 {
   color: #005BCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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