Html Css Color HEX #0468DD Navy Blue

📋 copy color: '#0468DD'

red 4 ◦ green 104 ◦ blue 221

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

Shades of Navy Blue #0468DD

Tints of Navy Blue #0468DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 1.22%
G = 31.61%
B = 67.17%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0468DD (or 0x0468DD) is known color: Navy Blue. HEX triplet: 04, 68 and DD. RGB value is (4,104,221). Sum of RGB (Red+Green+Blue) = 4+104+221=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #0468DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468DD is #FB9722. Grayscale: #565656. Windows color (decimal): -16488227 or 14510084. OLE color: 14510084.

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

Color convert

RGB 4 104 221 -
CMYK 0.98 0.53 0 0.13
HSL 212.35º 0.96% 0.44% -
HSV(B) 212.35º 0.98% 0.87% -
XYZ 18.05 15.15 70.38 -
YUV 87.44 203.37 68.49 -
System Red Green Blue C M Y K H S L
Decimal 4 104 221 0.98 0.53 0 0.13 212.35 0.96 0.44
Hex 4 68 DD 62 35 0 D D4 60 2C
Octal 4 150 335 142 65 0 15 324 140 54
Binary 100 1101000 11011101 1100010 110101 0 1101 11010100 1100000 101100

Color Harmonies of #0468DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0468DD

Black with #0468DD

Text Example


Text Example

White with #0468DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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