Html Css Color HEX #0272BE Navy Blue

📋 copy color: '#0272BE'

red 2 ◦ green 114 ◦ blue 190

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

Shades of Navy Blue #0272BE

Tints of Navy Blue #0272BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 0.65%
G = 37.25%
B = 62.09%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0272BE (or 0x0272BE) is known color: Navy Blue. HEX triplet: 02, 72 and BE. RGB value is (2,114,190). Sum of RGB (Red+Green+Blue) = 2+114+190=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #0272BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272BE is #FD8D41. Grayscale: #585858. Windows color (decimal): -16616770 or 12481026. OLE color: 12481026.

HSL color Cylindrical-coordinate representation of color #0272BE: hue angle of 204.26º 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 #0272BE is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 114 190 -
CMYK 0.99 0.40 0 0.25
HSL 204.26º 0.98% 0.38% -
HSV(B) 204.26º 0.99% 0.75% -
XYZ 15.34 15.77 50.95 -
YUV 89.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 2 114 190 0.99 0.40 0 0.25 204.26 0.98 0.38
Hex 2 72 BE 63 28 0 19 CC 62 26
Octal 2 162 276 143 50 0 31 314 142 46
Binary 10 1110010 10111110 1100011 101000 0 11001 11001100 1100010 100110

Color Harmonies of #0272BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272BE

Black with #0272BE

Text Example


Text Example

White with #0272BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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