Html Css Color HEX #006EE7 Navy Blue

📋 copy color: '#006EE7'

red 0 ◦ green 110 ◦ blue 231

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

Shades of Navy Blue #006EE7

Tints of Navy Blue #006EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 67.74%

R = 0%
G = 32.26%
B = 67.74%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#006EE7 (or 0x006EE7) is known color: Navy Blue. HEX triplet: 00, 6E and E7. RGB value is (0,110,231). Sum of RGB (Red+Green+Blue) = 0+110+231=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #006EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EE7 is #FF9118. Grayscale: #5A5A5A. Windows color (decimal): -16748825 or 15166976. OLE color: 15166976.

HSL color Cylindrical-coordinate representation of color #006EE7: hue angle of 211.43º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EE7 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 110 231 -
CMYK 1 0.52 0 0.09
HSL 211.43º 1% 0.45% -
HSV(B) 211.43º 1% 0.91% -
XYZ 20 16.92 77.81 -
YUV 90.9 207.06 63.16 -
System Red Green Blue C M Y K H S L
Decimal 0 110 231 1 0.52 0 0.09 211.43 1 0.45
Hex 0 6E E7 64 34 0 9 D3 64 2D
Octal 0 156 347 144 64 0 11 323 144 55
Binary 0 1101110 11100111 1100100 110100 0 1001 11010011 1100100 101101

Color Harmonies of #006EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EE7

Black with #006EE7

Text Example


Text Example

White with #006EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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