Html Css Color HEX #005CBA Navy Blue

📋 copy color: '#005CBA'

red 0 ◦ green 92 ◦ blue 186

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

Shades of Navy Blue #005CBA

Tints of Navy Blue #005CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 0%
G = 33.09%
B = 66.91%

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

#005CBA (or 0x005CBA) is known color: Navy Blue. HEX triplet: 00, 5C and BA. RGB value is (0,92,186). Sum of RGB (Red+Green+Blue) = 0+92+186=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #005CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CBA is #FFA345. Grayscale: #4A4A4A. Windows color (decimal): -16753478 or 12213248. OLE color: 12213248.

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

Color convert

RGB 0 92 186 -
CMYK 1 0.51 0 0.27
HSL 210.32º 1% 0.36% -
HSV(B) 210.32º 1% 0.73% -
XYZ 12.69 11.2 47.95 -
YUV 75.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 0 92 186 1 0.51 0 0.27 210.32 1 0.36
Hex 0 5C BA 64 33 0 1B D2 64 24
Octal 0 134 272 144 63 0 33 322 144 44
Binary 0 1011100 10111010 1100100 110011 0 11011 11010010 1100100 100100

Color Harmonies of #005CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CBA

Black with #005CBA

Text Example


Text Example

White with #005CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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