Html Css Color HEX #006ECF Navy Blue

📋 copy color: '#006ECF'

red 0 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #006ECF

Tints of Navy Blue #006ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.7%

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

R = 0%
G = 34.7%
B = 65.3%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006ECF (or 0x006ECF) is known color: Navy Blue. HEX triplet: 00, 6E and CF. RGB value is (0,110,207). Sum of RGB (Red+Green+Blue) = 0+110+207=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #006ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ECF is #FF9130. Grayscale: #575757. Windows color (decimal): -16748849 or 13594112. OLE color: 13594112.

HSL color Cylindrical-coordinate representation of color #006ECF: hue angle of 208.12º 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 #006ECF is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 110 207 -
CMYK 1 0.47 0 0.19
HSL 208.12º 1% 0.41% -
HSV(B) 208.12º 1% 0.81% -
XYZ 16.84 15.66 61.17 -
YUV 88.17 195.06 65.11 -
System Red Green Blue C M Y K H S L
Decimal 0 110 207 1 0.47 0 0.19 208.12 1 0.41
Hex 0 6E CF 64 2F 0 13 D0 64 29
Octal 0 156 317 144 57 0 23 320 144 51
Binary 0 1101110 11001111 1100100 101111 0 10011 11010000 1100100 101001

Color Harmonies of #006ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006ECF

Black with #006ECF

Text Example


Text Example

White with #006ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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