Html Css Color HEX #005BBC Navy Blue

📋 copy color: '#005BBC'

red 0 ◦ green 91 ◦ blue 188

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

Shades of Navy Blue #005BBC

Tints of Navy Blue #005BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.38%

R = 0%
G = 32.62%
B = 67.38%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#005BBC (or 0x005BBC) is known color: Navy Blue. HEX triplet: 00, 5B and BC. RGB value is (0,91,188). Sum of RGB (Red+Green+Blue) = 0+91+188=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #005BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BBC is #FFA443. Grayscale: #4A4A4A. Windows color (decimal): -16753732 or 12344064. OLE color: 12344064.

HSL color Cylindrical-coordinate representation of color #005BBC: hue angle of 210.96º 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 #005BBC is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 91 188 -
CMYK 1 0.52 0 0.26
HSL 210.96º 1% 0.37% -
HSV(B) 210.96º 1% 0.74% -
XYZ 12.82 11.11 49.05 -
YUV 74.85 191.85 74.61 -
System Red Green Blue C M Y K H S L
Decimal 0 91 188 1 0.52 0 0.26 210.96 1 0.37
Hex 0 5B BC 64 34 0 1A D3 64 25
Octal 0 133 274 144 64 0 32 323 144 45
Binary 0 1011011 10111100 1100100 110100 0 11010 11010011 1100100 100101

Color Harmonies of #005BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BBC

Black with #005BBC

Text Example


Text Example

White with #005BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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