Html Css Color HEX #005ECC Navy Blue

📋 copy color: '#005ECC'

red 0 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #005ECC

Tints of Navy Blue #005ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 0%
G = 31.54%
B = 68.46%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#005ECC (or 0x005ECC) is known color: Navy Blue. HEX triplet: 00, 5E and CC. RGB value is (0,94,204). Sum of RGB (Red+Green+Blue) = 0+94+204=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #005ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ECC is #FFA133. Grayscale: #4D4D4D. Windows color (decimal): -16752948 or 13393408. OLE color: 13393408.

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

Color convert

RGB 0 94 204 -
CMYK 1 0.54 0 0.2
HSL 212.35º 1% 0.4% -
HSV(B) 212.35º 1% 0.8% -
XYZ 14.9 12.37 58.73 -
YUV 78.43 198.86 72.06 -
System Red Green Blue C M Y K H S L
Decimal 0 94 204 1 0.54 0 0.2 212.35 1 0.4
Hex 0 5E CC 64 36 0 14 D4 64 28
Octal 0 136 314 144 66 0 24 324 144 50
Binary 0 1011110 11001100 1100100 110110 0 10100 11010100 1100100 101000

Color Harmonies of #005ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ECC

Black with #005ECC

Text Example


Text Example

White with #005ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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