Html Css Color HEX #005CBB Navy Blue

📋 copy color: '#005CBB'

red 0 ◦ green 92 ◦ blue 187

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

Shades of Navy Blue #005CBB

Tints of Navy Blue #005CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 0%
G = 32.97%
B = 67.03%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#005CBB (or 0x005CBB) is known color: Navy Blue. HEX triplet: 00, 5C and BB. RGB value is (0,92,187). Sum of RGB (Red+Green+Blue) = 0+92+187=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #005CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CBB is #FFA344. Grayscale: #4A4A4A. Windows color (decimal): -16753477 or 12278784. OLE color: 12278784.

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

Color convert

RGB 0 92 187 -
CMYK 1 0.51 0 0.27
HSL 210.48º 1% 0.37% -
HSV(B) 210.48º 1% 0.73% -
XYZ 12.8 11.24 48.51 -
YUV 75.32 191.02 74.28 -
System Red Green Blue C M Y K H S L
Decimal 0 92 187 1 0.51 0 0.27 210.48 1 0.37
Hex 0 5C BB 64 33 0 1B D2 64 25
Octal 0 134 273 144 63 0 33 322 144 45
Binary 0 1011100 10111011 1100100 110011 0 11011 11010010 1100100 100101

Color Harmonies of #005CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CBB

Black with #005CBB

Text Example


Text Example

White with #005CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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