Html Css Color HEX #006EBC Navy Blue

📋 copy color: '#006EBC'

red 0 ◦ green 110 ◦ blue 188

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

Shades of Navy Blue #006EBC

Tints of Navy Blue #006EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 0%
G = 36.91%
B = 63.09%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#006EBC (or 0x006EBC) is known color: Navy Blue. HEX triplet: 00, 6E and BC. RGB value is (0,110,188). Sum of RGB (Red+Green+Blue) = 0+110+188=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #006EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006EBC is #FF9143. Grayscale: #555555. Windows color (decimal): -16748868 or 12348928. OLE color: 12348928.

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

Color convert

RGB 0 110 188 -
CMYK 1 0.41 0 0.26
HSL 204.89º 1% 0.37% -
HSV(B) 204.89º 1% 0.74% -
XYZ 14.65 14.78 49.66 -
YUV 86 185.56 66.66 -
System Red Green Blue C M Y K H S L
Decimal 0 110 188 1 0.41 0 0.26 204.89 1 0.37
Hex 0 6E BC 64 29 0 1A CD 64 25
Octal 0 156 274 144 51 0 32 315 144 45
Binary 0 1101110 10111100 1100100 101001 0 11010 11001101 1100100 100101

Color Harmonies of #006EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EBC

Black with #006EBC

Text Example


Text Example

White with #006EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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