Html Css Color HEX #0066CD Navy Blue

📋 copy color: '#0066CD'

red 0 ◦ green 102 ◦ blue 205

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

Shades of Navy Blue #0066CD

Tints of Navy Blue #0066CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.78%

R = 0%
G = 33.22%
B = 66.78%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0066CD (or 0x0066CD) is known color: Navy Blue. HEX triplet: 00, 66 and CD. RGB value is (0,102,205). Sum of RGB (Red+Green+Blue) = 0+102+205=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #0066CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066CD is #FF9932. Grayscale: #525252. Windows color (decimal): -16750899 or 13460992. OLE color: 13460992.

HSL color Cylindrical-coordinate representation of color #0066CD: hue angle of 210.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066CD is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 102 205 -
CMYK 1 0.50 0 0.20
HSL 210.15º 1% 0.4% -
HSV(B) 210.15º 1% 0.8% -
XYZ 15.77 13.91 59.61 -
YUV 83.24 196.71 68.62 -
System Red Green Blue C M Y K H S L
Decimal 0 102 205 1 0.50 0 0.20 210.15 1 0.4
Hex 0 66 CD 64 32 0 14 D2 64 28
Octal 0 146 315 144 62 0 24 322 144 50
Binary 0 1100110 11001101 1100100 110010 0 10100 11010010 1100100 101000

Color Harmonies of #0066CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0066CD

Black with #0066CD

Text Example


Text Example

White with #0066CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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