Html Css Color HEX #0273DF Navy Blue

📋 copy color: '#0273DF'

red 2 ◦ green 115 ◦ blue 223

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

Shades of Navy Blue #0273DF

Tints of Navy Blue #0273DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 0.59%
G = 33.82%
B = 65.59%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0273DF (or 0x0273DF) is known color: Navy Blue. HEX triplet: 02, 73 and DF. RGB value is (2,115,223). Sum of RGB (Red+Green+Blue) = 2+115+223=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #0273DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273DF is #FD8C20. Grayscale: #5C5C5C. Windows color (decimal): -16616481 or 14643970. OLE color: 14643970.

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

Color convert

RGB 2 115 223 -
CMYK 0.99 0.48 0 0.13
HSL 209.32º 0.98% 0.44% -
HSV(B) 209.32º 0.99% 0.87% -
XYZ 19.48 17.6 72.18 -
YUV 93.53 201.06 62.72 -
System Red Green Blue C M Y K H S L
Decimal 2 115 223 0.99 0.48 0 0.13 209.32 0.98 0.44
Hex 2 73 DF 63 30 0 D D1 62 2C
Octal 2 163 337 143 60 0 15 321 142 54
Binary 10 1110011 11011111 1100011 110000 0 1101 11010001 1100010 101100

Color Harmonies of #0273DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273DF

Black with #0273DF

Text Example


Text Example

White with #0273DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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