Html Css Color HEX #0273CA Navy Blue

📋 copy color: '#0273CA'

red 2 ◦ green 115 ◦ blue 202

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

Shades of Navy Blue #0273CA

Tints of Navy Blue #0273CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 0.63%
G = 36.05%
B = 63.32%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0273CA (or 0x0273CA) is known color: Navy Blue. HEX triplet: 02, 73 and CA. RGB value is (2,115,202). Sum of RGB (Red+Green+Blue) = 2+115+202=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #0273CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273CA is #FD8C35. Grayscale: #5A5A5A. Windows color (decimal): -16616502 or 13267714. OLE color: 13267714.

HSL color Cylindrical-coordinate representation of color #0273CA: hue angle of 206.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273CA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 115 202 -
CMYK 0.99 0.43 0 0.21
HSL 206.1º 0.98% 0.4% -
HSV(B) 206.1º 0.99% 0.79% -
XYZ 16.82 16.54 58.18 -
YUV 91.13 190.56 64.43 -
System Red Green Blue C M Y K H S L
Decimal 2 115 202 0.99 0.43 0 0.21 206.1 0.98 0.4
Hex 2 73 CA 63 2B 0 15 CE 62 28
Octal 2 163 312 143 53 0 25 316 142 50
Binary 10 1110011 11001010 1100011 101011 0 10101 11001110 1100010 101000

Color Harmonies of #0273CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273CA

Black with #0273CA

Text Example


Text Example

White with #0273CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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