Html Css Color HEX #005ACB Navy Blue

📋 copy color: '#005ACB'

red 0 ◦ green 90 ◦ blue 203

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

Shades of Navy Blue #005ACB

Tints of Navy Blue #005ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

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

R = 0%
G = 30.72%
B = 69.28%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005ACB (or 0x005ACB) is known color: Navy Blue. HEX triplet: 00, 5A and CB. RGB value is (0,90,203). Sum of RGB (Red+Green+Blue) = 0+90+203=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #005ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ACB is #FFA534. Grayscale: #4B4B4B. Windows color (decimal): -16753973 or 13326848. OLE color: 13326848.

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

Color convert

RGB 0 90 203 -
CMYK 1 0.56 0 0.20
HSL 213.4º 1% 0.4% -
HSV(B) 213.4º 1% 0.8% -
XYZ 14.44 11.62 57.98 -
YUV 75.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 0 90 203 1 0.56 0 0.20 213.4 1 0.4
Hex 0 5A CB 64 38 0 14 D5 64 28
Octal 0 132 313 144 70 0 24 325 144 50
Binary 0 1011010 11001011 1100100 111000 0 10100 11010101 1100100 101000

Color Harmonies of #005ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ACB

Black with #005ACB

Text Example


Text Example

White with #005ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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