Html Css Color HEX #006EBF Navy Blue

📋 copy color: '#006EBF'

red 0 ◦ green 110 ◦ blue 191

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

Shades of Navy Blue #006EBF

Tints of Navy Blue #006EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 0%
G = 36.54%
B = 63.46%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006EBF (or 0x006EBF) is known color: Navy Blue. HEX triplet: 00, 6E and BF. RGB value is (0,110,191). Sum of RGB (Red+Green+Blue) = 0+110+191=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #006EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EBF is #FF9140. Grayscale: #555555. Windows color (decimal): -16748865 or 12545536. OLE color: 12545536.

HSL color Cylindrical-coordinate representation of color #006EBF: hue angle of 205.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EBF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 110 191 -
CMYK 1 0.42 0 0.25
HSL 205.45º 1% 0.37% -
HSV(B) 205.45º 1% 0.75% -
XYZ 14.98 14.91 51.38 -
YUV 86.34 187.06 66.41 -
System Red Green Blue C M Y K H S L
Decimal 0 110 191 1 0.42 0 0.25 205.45 1 0.37
Hex 0 6E BF 64 2A 0 19 CD 64 25
Octal 0 156 277 144 52 0 31 315 144 45
Binary 0 1101110 10111111 1100100 101010 0 11001 11001101 1100100 100101

Color Harmonies of #006EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EBF

Black with #006EBF

Text Example


Text Example

White with #006EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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