Html Css Color HEX #0466DF Navy Blue

📋 copy color: '#0466DF'

red 4 ◦ green 102 ◦ blue 223

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

Shades of Navy Blue #0466DF

Tints of Navy Blue #0466DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 1.22%
G = 31%
B = 67.78%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0466DF (or 0x0466DF) is known color: Navy Blue. HEX triplet: 04, 66 and DF. RGB value is (4,102,223). Sum of RGB (Red+Green+Blue) = 4+102+223=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #0466DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466DF is #FB9920. Grayscale: #555555. Windows color (decimal): -16488737 or 14640644. OLE color: 14640644.

HSL color Cylindrical-coordinate representation of color #0466DF: hue angle of 213.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466DF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 102 223 -
CMYK 0.98 0.54 0 0.13
HSL 213.15º 0.96% 0.45% -
HSV(B) 213.15º 0.98% 0.87% -
XYZ 18.12 14.86 71.72 -
YUV 86.49 205.03 69.16 -
System Red Green Blue C M Y K H S L
Decimal 4 102 223 0.98 0.54 0 0.13 213.15 0.96 0.45
Hex 4 66 DF 62 36 0 D D5 60 2D
Octal 4 146 337 142 66 0 15 325 140 55
Binary 100 1100110 11011111 1100010 110110 0 1101 11010101 1100000 101101

Color Harmonies of #0466DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0466DF

Black with #0466DF

Text Example


Text Example

White with #0466DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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