Html Css Color HEX #0042DC Navy Blue

📋 copy color: '#0042DC'

red 0 ◦ green 66 ◦ blue 220

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

Shades of Navy Blue #0042DC

Tints of Navy Blue #0042DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 220 (86.33% from 255) = 76.92%

R = 0%
G = 23.08%
B = 76.92%

CMYK

 C value IS 1

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0042DC (or 0x0042DC) is known color: Navy Blue. HEX triplet: 00, 42 and DC. RGB value is (0,66,220). Sum of RGB (Red+Green+Blue) = 0+66+220=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #0042DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042DC is #FFBD23. Grayscale: #3F3F3F. Windows color (decimal): -16760100 or 14434816. OLE color: 14434816.

HSL color Cylindrical-coordinate representation of color #0042DC: hue angle of 222º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042DC is Cyan = 1, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 66 220 -
CMYK 1 0.7 0 0.14
HSL 222º 1% 0.43% -
HSV(B) 222º 1% 0.86% -
XYZ 14.87 9.06 68.68 -
YUV 63.82 216.13 82.48 -
System Red Green Blue C M Y K H S L
Decimal 0 66 220 1 0.7 0 0.14 222 1 0.43
Hex 0 42 DC 64 46 0 E DE 64 2B
Octal 0 102 334 144 106 0 16 336 144 53
Binary 0 1000010 11011100 1100100 1000110 0 1110 11011110 1100100 101011

Color Harmonies of #0042DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0042DC

Black with #0042DC

Text Example


Text Example

White with #0042DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0042DC; }

 p { color: rgb(0,66,220); }

 H1.HeaderClassName
 {
   color: #0042DC;
 }
 .AnyTagClassName
 {
   color: #0042DC;
 }
</style>

background-color css

<style>
 a { background-color: #0042DC; }

 a { background-color: rgb(0,66,220); }

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

border-color css

<style>
 span { border-color: #0042DC; }

 span { border-color: rgb(0,66,220); }

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