Html Css Color HEX #0468EB Navy Blue

📋 copy color: '#0468EB'

red 4 ◦ green 104 ◦ blue 235

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

Shades of Navy Blue #0468EB

Tints of Navy Blue #0468EB

RGB

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

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

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

R = 1.17%
G = 30.32%
B = 68.51%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0468EB (or 0x0468EB) is known color: Navy Blue. HEX triplet: 04, 68 and EB. RGB value is (4,104,235). Sum of RGB (Red+Green+Blue) = 4+104+235=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #0468EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0468EB is #FB9714. Grayscale: #585858. Windows color (decimal): -16488213 or 15427588. OLE color: 15427588.

HSL color Cylindrical-coordinate representation of color #0468EB: hue angle of 214.03º 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 #0468EB is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 104 235 -
CMYK 0.98 0.56 0 0.08
HSL 214.03º 0.97% 0.47% -
HSV(B) 214.03º 0.98% 0.92% -
XYZ 20 15.92 80.62 -
YUV 89.03 210.37 67.35 -
System Red Green Blue C M Y K H S L
Decimal 4 104 235 0.98 0.56 0 0.08 214.03 0.97 0.47
Hex 4 68 EB 62 38 0 8 D6 61 2F
Octal 4 150 353 142 70 0 10 326 141 57
Binary 100 1101000 11101011 1100010 111000 0 1000 11010110 1100001 101111

Color Harmonies of #0468EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0468EB

Black with #0468EB

Text Example


Text Example

White with #0468EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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