Html Css Color HEX #0272DD Navy Blue

📋 copy color: '#0272DD'

red 2 ◦ green 114 ◦ blue 221

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

Shades of Navy Blue #0272DD

Tints of Navy Blue #0272DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 0.59%
G = 33.83%
B = 65.58%

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

#0272DD (or 0x0272DD) is known color: Navy Blue. HEX triplet: 02, 72 and DD. RGB value is (2,114,221). Sum of RGB (Red+Green+Blue) = 2+114+221=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #0272DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272DD is #FD8D22. Grayscale: #5C5C5C. Windows color (decimal): -16616739 or 14512642. OLE color: 14512642.

HSL color Cylindrical-coordinate representation of color #0272DD: 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 #0272DD is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 114 221 -
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.09 17.27 70.73 -
YUV 92.71 200.39 63.3 -
System Red Green Blue C M Y K H S L
Decimal 2 114 221 0.99 0.48 0 0.13 209.32 0.98 0.44
Hex 2 72 DD 63 30 0 D D1 62 2C
Octal 2 162 335 143 60 0 15 321 142 54
Binary 10 1110010 11011101 1100011 110000 0 1101 11010001 1100010 101100

Color Harmonies of #0272DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272DD

Black with #0272DD

Text Example


Text Example

White with #0272DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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