Html Css Color HEX #005ECB Navy Blue

📋 copy color: '#005ECB'

red 0 ◦ green 94 ◦ blue 203

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

Shades of Navy Blue #005ECB

Tints of Navy Blue #005ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

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

R = 0%
G = 31.65%
B = 68.35%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005ECB (or 0x005ECB) is known color: Navy Blue. HEX triplet: 00, 5E and CB. RGB value is (0,94,203). Sum of RGB (Red+Green+Blue) = 0+94+203=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #005ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ECB is #FFA134. Grayscale: #4D4D4D. Windows color (decimal): -16752949 or 13327872. OLE color: 13327872.

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

Color convert

RGB 0 94 203 -
CMYK 1 0.54 0 0.20
HSL 212.22º 1% 0.4% -
HSV(B) 212.22º 1% 0.8% -
XYZ 14.78 12.32 58.1 -
YUV 78.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 0 94 203 1 0.54 0 0.20 212.22 1 0.4
Hex 0 5E CB 64 36 0 14 D4 64 28
Octal 0 136 313 144 66 0 24 324 144 50
Binary 0 1011110 11001011 1100100 110110 0 10100 11010100 1100100 101000

Color Harmonies of #005ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ECB

Black with #005ECB

Text Example


Text Example

White with #005ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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