Html Css Color HEX #0273DC Navy Blue

📋 copy color: '#0273DC'

red 2 ◦ green 115 ◦ blue 220

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

Shades of Navy Blue #0273DC

Tints of Navy Blue #0273DC

RGB

 RED value IS 2 (1.17% from 255) = 0.59%

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 0.59%
G = 34.12%
B = 65.28%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0273DC (or 0x0273DC) is known color: Navy Blue. HEX triplet: 02, 73 and DC. RGB value is (2,115,220). Sum of RGB (Red+Green+Blue) = 2+115+220=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #0273DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273DC is #FD8C23. Grayscale: #5C5C5C. Windows color (decimal): -16616484 or 14447362. OLE color: 14447362.

HSL color Cylindrical-coordinate representation of color #0273DC: hue angle of 208.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273DC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 115 220 -
CMYK 0.99 0.48 0 0.14
HSL 208.9º 0.98% 0.44% -
HSV(B) 208.9º 0.99% 0.86% -
XYZ 19.07 17.44 70.07 -
YUV 93.18 199.56 62.96 -
System Red Green Blue C M Y K H S L
Decimal 2 115 220 0.99 0.48 0 0.14 208.9 0.98 0.44
Hex 2 73 DC 63 30 0 E D1 62 2C
Octal 2 163 334 143 60 0 16 321 142 54
Binary 10 1110011 11011100 1100011 110000 0 1110 11010001 1100010 101100

Color Harmonies of #0273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273DC

Black with #0273DC

Text Example


Text Example

White with #0273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,115,220); }

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

background-color css

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

 a { background-color: rgb(2,115,220); }

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

border-color css

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

 span { border-color: rgb(2,115,220); }

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