Html Css Color HEX #0272BD Navy Blue

📋 copy color: '#0272BD'

red 2 ◦ green 114 ◦ blue 189

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

Shades of Navy Blue #0272BD

Tints of Navy Blue #0272BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.97%

R = 0.66%
G = 37.38%
B = 61.97%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0272BD (or 0x0272BD) is known color: Navy Blue. HEX triplet: 02, 72 and BD. RGB value is (2,114,189). Sum of RGB (Red+Green+Blue) = 2+114+189=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #0272BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272BD is #FD8D42. Grayscale: #585858. Windows color (decimal): -16616771 or 12415490. OLE color: 12415490.

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

Color convert

RGB 2 114 189 -
CMYK 0.99 0.40 0 0.26
HSL 204.06º 0.98% 0.37% -
HSV(B) 204.06º 0.99% 0.74% -
XYZ 15.23 15.72 50.38 -
YUV 89.06 184.39 65.9 -
System Red Green Blue C M Y K H S L
Decimal 2 114 189 0.99 0.40 0 0.26 204.06 0.98 0.37
Hex 2 72 BD 63 28 0 1A CC 62 25
Octal 2 162 275 143 50 0 32 314 142 45
Binary 10 1110010 10111101 1100011 101000 0 11010 11001100 1100010 100101

Color Harmonies of #0272BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272BD

Black with #0272BD

Text Example


Text Example

White with #0272BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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