Html Css Color HEX #005ECF Navy Blue

📋 copy color: '#005ECF'

red 0 ◦ green 94 ◦ blue 207

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

Shades of Navy Blue #005ECF

Tints of Navy Blue #005ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 0%
G = 31.23%
B = 68.77%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#005ECF (or 0x005ECF) is known color: Navy Blue. HEX triplet: 00, 5E and CF. RGB value is (0,94,207). Sum of RGB (Red+Green+Blue) = 0+94+207=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #005ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ECF is #FFA130. Grayscale: #4E4E4E. Windows color (decimal): -16752945 or 13590016. OLE color: 13590016.

HSL color Cylindrical-coordinate representation of color #005ECF: hue angle of 212.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ECF is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 94 207 -
CMYK 1 0.55 0 0.19
HSL 212.75º 1% 0.41% -
HSV(B) 212.75º 1% 0.81% -
XYZ 15.27 12.51 60.64 -
YUV 78.78 200.36 71.81 -
System Red Green Blue C M Y K H S L
Decimal 0 94 207 1 0.55 0 0.19 212.75 1 0.41
Hex 0 5E CF 64 37 0 13 D5 64 29
Octal 0 136 317 144 67 0 23 325 144 51
Binary 0 1011110 11001111 1100100 110111 0 10011 11010101 1100100 101001

Color Harmonies of #005ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ECF

Black with #005ECF

Text Example


Text Example

White with #005ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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