Html Css Color HEX #0066DE Navy Blue

📋 copy color: '#0066DE'

red 0 ◦ green 102 ◦ blue 222

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

Shades of Navy Blue #0066DE

Tints of Navy Blue #0066DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 0%
G = 31.48%
B = 68.52%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0066DE (or 0x0066DE) is known color: Navy Blue. HEX triplet: 00, 66 and DE. RGB value is (0,102,222). Sum of RGB (Red+Green+Blue) = 0+102+222=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #0066DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066DE is #FF9921. Grayscale: #545454. Windows color (decimal): -16750882 or 14575104. OLE color: 14575104.

HSL color Cylindrical-coordinate representation of color #0066DE: hue angle of 212.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066DE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 102 222 -
CMYK 1 0.54 0 0.13
HSL 212.43º 1% 0.44% -
HSV(B) 212.43º 1% 0.87% -
XYZ 17.94 14.78 71.01 -
YUV 85.18 205.21 67.24 -
System Red Green Blue C M Y K H S L
Decimal 0 102 222 1 0.54 0 0.13 212.43 1 0.44
Hex 0 66 DE 64 36 0 D D4 64 2C
Octal 0 146 336 144 66 0 15 324 144 54
Binary 0 1100110 11011110 1100100 110110 0 1101 11010100 1100100 101100

Color Harmonies of #0066DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0066DE

Black with #0066DE

Text Example


Text Example

White with #0066DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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