Html Css Color HEX #0466CD Navy Blue

📋 copy color: '#0466CD'

red 4 ◦ green 102 ◦ blue 205

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

Shades of Navy Blue #0466CD

Tints of Navy Blue #0466CD

RGB

 RED value IS 4 (1.95% from 255) = 1.29%

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

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

R = 1.29%
G = 32.8%
B = 65.92%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0466CD (or 0x0466CD) is known color: Navy Blue. HEX triplet: 04, 66 and CD. RGB value is (4,102,205). Sum of RGB (Red+Green+Blue) = 4+102+205=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #0466CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466CD is #FB9932. Grayscale: #535353. Windows color (decimal): -16488755 or 13460996. OLE color: 13460996.

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

Color convert

RGB 4 102 205 -
CMYK 0.98 0.50 0 0.20
HSL 210.75º 0.96% 0.41% -
HSV(B) 210.75º 0.98% 0.8% -
XYZ 15.82 13.94 59.61 -
YUV 84.44 196.03 70.62 -
System Red Green Blue C M Y K H S L
Decimal 4 102 205 0.98 0.50 0 0.20 210.75 0.96 0.41
Hex 4 66 CD 62 32 0 14 D3 60 29
Octal 4 146 315 142 62 0 24 323 140 51
Binary 100 1100110 11001101 1100010 110010 0 10100 11010011 1100000 101001

Color Harmonies of #0466CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0466CD

Black with #0466CD

Text Example


Text Example

White with #0466CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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