Html Css Color HEX #004ECB Navy Blue

📋 copy color: '#004ECB'

red 0 ◦ green 78 ◦ blue 203

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

Shades of Navy Blue #004ECB

Tints of Navy Blue #004ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.76%

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

R = 0%
G = 27.76%
B = 72.24%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#004ECB (or 0x004ECB) is known color: Navy Blue. HEX triplet: 00, 4E and CB. RGB value is (0,78,203). Sum of RGB (Red+Green+Blue) = 0+78+203=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #004ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ECB is #FFB134. Grayscale: #444444. Windows color (decimal): -16757045 or 13323776. OLE color: 13323776.

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

Color convert

RGB 0 78 203 -
CMYK 1 0.62 0 0.20
HSL 216.95º 1% 0.4% -
HSV(B) 216.95º 1% 0.8% -
XYZ 13.5 9.76 57.67 -
YUV 68.93 203.66 78.84 -
System Red Green Blue C M Y K H S L
Decimal 0 78 203 1 0.62 0 0.20 216.95 1 0.4
Hex 0 4E CB 64 3E 0 14 D9 64 28
Octal 0 116 313 144 76 0 24 331 144 50
Binary 0 1001110 11001011 1100100 111110 0 10100 11011001 1100100 101000

Color Harmonies of #004ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ECB

Black with #004ECB

Text Example


Text Example

White with #004ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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