Html Css Color HEX #005DBA Navy Blue

📋 copy color: '#005DBA'

red 0 ◦ green 93 ◦ blue 186

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

Shades of Navy Blue #005DBA

Tints of Navy Blue #005DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#005DBA (or 0x005DBA) is known color: Navy Blue. HEX triplet: 00, 5D and BA. RGB value is (0,93,186). Sum of RGB (Red+Green+Blue) = 0+93+186=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #005DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DBA is #FFA245. Grayscale: #4B4B4B. Windows color (decimal): -16753222 or 12213504. OLE color: 12213504.

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

Color convert

RGB 0 93 186 -
CMYK 1 0.5 0 0.27
HSL 210º 1% 0.36% -
HSV(B) 210º 1% 0.73% -
XYZ 12.78 11.37 47.98 -
YUV 75.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 0 93 186 1 0.5 0 0.27 210 1 0.36
Hex 0 5D BA 64 32 0 1B D2 64 24
Octal 0 135 272 144 62 0 33 322 144 44
Binary 0 1011101 10111010 1100100 110010 0 11011 11010010 1100100 100100

Color Harmonies of #005DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DBA

Black with #005DBA

Text Example


Text Example

White with #005DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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