Html Css Color HEX #0273BE Navy Blue

📋 copy color: '#0273BE'

red 2 ◦ green 115 ◦ blue 190

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

Shades of Navy Blue #0273BE

Tints of Navy Blue #0273BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 0.65%
G = 37.46%
B = 61.89%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0273BE (or 0x0273BE) is known color: Navy Blue. HEX triplet: 02, 73 and BE. RGB value is (2,115,190). Sum of RGB (Red+Green+Blue) = 2+115+190=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #0273BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273BE is #FD8C41. Grayscale: #595959. Windows color (decimal): -16616514 or 12481282. OLE color: 12481282.

HSL color Cylindrical-coordinate representation of color #0273BE: hue angle of 203.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273BE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 115 190 -
CMYK 0.99 0.39 0 0.25
HSL 203.94º 0.98% 0.38% -
HSV(B) 203.94º 0.99% 0.75% -
XYZ 15.45 15.99 50.99 -
YUV 89.76 184.56 65.4 -
System Red Green Blue C M Y K H S L
Decimal 2 115 190 0.99 0.39 0 0.25 203.94 0.98 0.38
Hex 2 73 BE 63 27 0 19 CC 62 26
Octal 2 163 276 143 47 0 31 314 142 46
Binary 10 1110011 10111110 1100011 100111 0 11001 11001100 1100010 100110

Color Harmonies of #0273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273BE

Black with #0273BE

Text Example


Text Example

White with #0273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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