Html Css Color HEX #0468ED Navy Blue

📋 copy color: '#0468ED'

red 4 ◦ green 104 ◦ blue 237

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

Shades of Navy Blue #0468ED

Tints of Navy Blue #0468ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 237 (92.97% from 255) = 68.7%

R = 1.16%
G = 30.14%
B = 68.7%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0468ED (or 0x0468ED) is known color: Navy Blue. HEX triplet: 04, 68 and ED. RGB value is (4,104,237). Sum of RGB (Red+Green+Blue) = 4+104+237=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #0468ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0468ED is #FB9712. Grayscale: #585858. Windows color (decimal): -16488211 or 15558660. OLE color: 15558660.

HSL color Cylindrical-coordinate representation of color #0468ED: hue angle of 214.25º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468ED is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 104 237 -
CMYK 0.98 0.56 0 0.07
HSL 214.25º 0.97% 0.47% -
HSV(B) 214.25º 0.98% 0.93% -
XYZ 20.29 16.04 82.15 -
YUV 89.26 211.37 67.19 -
System Red Green Blue C M Y K H S L
Decimal 4 104 237 0.98 0.56 0 0.07 214.25 0.97 0.47
Hex 4 68 ED 62 38 0 7 D6 61 2F
Octal 4 150 355 142 70 0 7 326 141 57
Binary 100 1101000 11101101 1100010 111000 0 111 11010110 1100001 101111

Color Harmonies of #0468ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0468ED

Black with #0468ED

Text Example


Text Example

White with #0468ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0468ED; }

 p { color: rgb(4,104,237); }

 H1.HeaderClassName
 {
   color: #0468ED;
 }
 .AnyTagClassName
 {
   color: #0468ED;
 }
</style>

background-color css

<style>
 a { background-color: #0468ED; }

 a { background-color: rgb(4,104,237); }

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

border-color css

<style>
 span { border-color: #0468ED; }

 span { border-color: rgb(4,104,237); }

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