Html Css Color HEX #0468CD Navy Blue

📋 copy color: '#0468CD'

red 4 ◦ green 104 ◦ blue 205

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

Shades of Navy Blue #0468CD

Tints of Navy Blue #0468CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 1.28%
G = 33.23%
B = 65.5%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0468CD (or 0x0468CD) is known color: Navy Blue. HEX triplet: 04, 68 and CD. RGB value is (4,104,205). Sum of RGB (Red+Green+Blue) = 4+104+205=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #0468CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468CD is #FB9732. Grayscale: #555555. Windows color (decimal): -16488243 or 13461508. OLE color: 13461508.

HSL color Cylindrical-coordinate representation of color #0468CD: hue angle of 210.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0468CD is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 104 205 -
CMYK 0.98 0.49 0 0.20
HSL 210.15º 0.96% 0.41% -
HSV(B) 210.15º 0.98% 0.8% -
XYZ 16.02 14.33 59.68 -
YUV 85.61 195.37 69.79 -
System Red Green Blue C M Y K H S L
Decimal 4 104 205 0.98 0.49 0 0.20 210.15 0.96 0.41
Hex 4 68 CD 62 31 0 14 D2 60 29
Octal 4 150 315 142 61 0 24 322 140 51
Binary 100 1101000 11001101 1100010 110001 0 10100 11010010 1100000 101001

Color Harmonies of #0468CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0468CD

Black with #0468CD

Text Example


Text Example

White with #0468CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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