Html Css Color HEX #0273EC Navy Blue

📋 copy color: '#0273EC'

red 2 ◦ green 115 ◦ blue 236

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

Shades of Navy Blue #0273EC

Tints of Navy Blue #0273EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 0.57%
G = 32.58%
B = 66.86%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0273EC (or 0x0273EC) is known color: Navy Blue. HEX triplet: 02, 73 and EC. RGB value is (2,115,236). Sum of RGB (Red+Green+Blue) = 2+115+236=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #0273EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0273EC is #FD8C13. Grayscale: #5E5E5E. Windows color (decimal): -16616468 or 15495938. OLE color: 15495938.

HSL color Cylindrical-coordinate representation of color #0273EC: hue angle of 211.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273EC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 115 236 -
CMYK 0.99 0.51 0 0.07
HSL 211.03º 0.98% 0.47% -
HSV(B) 211.03º 0.99% 0.93% -
XYZ 21.3 18.33 81.77 -
YUV 95.01 207.56 61.66 -
System Red Green Blue C M Y K H S L
Decimal 2 115 236 0.99 0.51 0 0.07 211.03 0.98 0.47
Hex 2 73 EC 63 33 0 7 D3 62 2F
Octal 2 163 354 143 63 0 7 323 142 57
Binary 10 1110011 11101100 1100011 110011 0 111 11010011 1100010 101111

Color Harmonies of #0273EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273EC

Black with #0273EC

Text Example


Text Example

White with #0273EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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