Html Css Color HEX #0273BC Navy Blue

📋 copy color: '#0273BC'

red 2 ◦ green 115 ◦ blue 188

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

Shades of Navy Blue #0273BC

Tints of Navy Blue #0273BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 0.66%
G = 37.7%
B = 61.64%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0273BC (or 0x0273BC) is known color: Navy Blue. HEX triplet: 02, 73 and BC. RGB value is (2,115,188). Sum of RGB (Red+Green+Blue) = 2+115+188=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #0273BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273BC is #FD8C43. Grayscale: #595959. Windows color (decimal): -16616516 or 12350210. OLE color: 12350210.

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

Color convert

RGB 2 115 188 -
CMYK 0.99 0.39 0 0.26
HSL 203.55º 0.98% 0.37% -
HSV(B) 203.55º 0.99% 0.74% -
XYZ 15.23 15.91 49.84 -
YUV 89.54 183.56 65.56 -
System Red Green Blue C M Y K H S L
Decimal 2 115 188 0.99 0.39 0 0.26 203.55 0.98 0.37
Hex 2 73 BC 63 27 0 1A CC 62 25
Octal 2 163 274 143 47 0 32 314 142 45
Binary 10 1110011 10111100 1100011 100111 0 11010 11001100 1100010 100101

Color Harmonies of #0273BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273BC

Black with #0273BC

Text Example


Text Example

White with #0273BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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