Html Css Color HEX #0466FD Navy Blue

📋 copy color: '#0466FD'

red 4 ◦ green 102 ◦ blue 253

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

Shades of Navy Blue #0466FD

Tints of Navy Blue #0466FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.47%

R = 1.11%
G = 28.41%
B = 70.47%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0466FD (or 0x0466FD) is known color: Navy Blue. HEX triplet: 04, 66 and FD. RGB value is (4,102,253). Sum of RGB (Red+Green+Blue) = 4+102+253=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #0466FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0466FD is #FB9902. Grayscale: #595959. Windows color (decimal): -16488707 or 16606724. OLE color: 16606724.

HSL color Cylindrical-coordinate representation of color #0466FD: hue angle of 216.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466FD is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 102 253 -
CMYK 0.98 0.60 0 0.01
HSL 216.39º 0.98% 0.5% -
HSV(B) 216.39º 0.98% 0.99% -
XYZ 22.53 16.62 94.95 -
YUV 89.91 220.03 66.72 -
System Red Green Blue C M Y K H S L
Decimal 4 102 253 0.98 0.60 0 0.01 216.39 0.98 0.5
Hex 4 66 FD 62 3C 0 1 D8 62 32
Octal 4 146 375 142 74 0 1 330 142 62
Binary 100 1100110 11111101 1100010 111100 0 1 11011000 1100010 110010

Color Harmonies of #0466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0466FD

Black with #0466FD

Text Example


Text Example

White with #0466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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