Html Css Color HEX #0466EB Navy Blue

📋 copy color: '#0466EB'

red 4 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #0466EB

Tints of Navy Blue #0466EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 1.17%
G = 29.91%
B = 68.91%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0466EB (or 0x0466EB) is known color: Navy Blue. HEX triplet: 04, 66 and EB. RGB value is (4,102,235). Sum of RGB (Red+Green+Blue) = 4+102+235=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #0466EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0466EB is #FB9914. Grayscale: #575757. Windows color (decimal): -16488725 or 15427076. OLE color: 15427076.

HSL color Cylindrical-coordinate representation of color #0466EB: hue angle of 214.55º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466EB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 102 235 -
CMYK 0.98 0.57 0 0.08
HSL 214.55º 0.97% 0.47% -
HSV(B) 214.55º 0.98% 0.92% -
XYZ 19.8 15.53 80.55 -
YUV 87.86 211.03 68.19 -
System Red Green Blue C M Y K H S L
Decimal 4 102 235 0.98 0.57 0 0.08 214.55 0.97 0.47
Hex 4 66 EB 62 39 0 8 D7 61 2F
Octal 4 146 353 142 71 0 10 327 141 57
Binary 100 1100110 11101011 1100010 111001 0 1000 11010111 1100001 101111

Color Harmonies of #0466EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0466EB

Black with #0466EB

Text Example


Text Example

White with #0466EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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