Html Css Color HEX #0066EB Navy Blue

📋 copy color: '#0066EB'

red 0 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #0066EB

Tints of Navy Blue #0066EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 235 (92.19% from 255) = 69.73%

R = 0%
G = 30.27%
B = 69.73%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0066EB (or 0x0066EB) is known color: Navy Blue. HEX triplet: 00, 66 and EB. RGB value is (0,102,235). Sum of RGB (Red+Green+Blue) = 0+102+235=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #0066EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0066EB is #FF9914. Grayscale: #565656. Windows color (decimal): -16750869 or 15427072. OLE color: 15427072.

HSL color Cylindrical-coordinate representation of color #0066EB: hue angle of 213.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066EB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 102 235 -
CMYK 1 0.57 0 0.08
HSL 213.96º 1% 0.46% -
HSV(B) 213.96º 1% 0.92% -
XYZ 19.75 15.5 80.55 -
YUV 86.66 211.71 66.19 -
System Red Green Blue C M Y K H S L
Decimal 0 102 235 1 0.57 0 0.08 213.96 1 0.46
Hex 0 66 EB 64 39 0 8 D6 64 2E
Octal 0 146 353 144 71 0 10 326 144 56
Binary 0 1100110 11101011 1100100 111001 0 1000 11010110 1100100 101110

Color Harmonies of #0066EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0066EB

Black with #0066EB

Text Example


Text Example

White with #0066EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0066EB; }

 p { color: rgb(0,102,235); }

 H1.HeaderClassName
 {
   color: #0066EB;
 }
 .AnyTagClassName
 {
   color: #0066EB;
 }
</style>

background-color css

<style>
 a { background-color: #0066EB; }

 a { background-color: rgb(0,102,235); }

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

border-color css

<style>
 span { border-color: #0066EB; }

 span { border-color: rgb(0,102,235); }

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