Html Css Color HEX #0272ED Navy Blue

📋 copy color: '#0272ED'

red 2 ◦ green 114 ◦ blue 237

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

Shades of Navy Blue #0272ED

Tints of Navy Blue #0272ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 0.57%
G = 32.29%
B = 67.14%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0272ED (or 0x0272ED) is known color: Navy Blue. HEX triplet: 02, 72 and ED. RGB value is (2,114,237). Sum of RGB (Red+Green+Blue) = 2+114+237=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #0272ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0272ED is #FD8D12. Grayscale: #5D5D5D. Windows color (decimal): -16616723 or 15561218. OLE color: 15561218.

HSL color Cylindrical-coordinate representation of color #0272ED: hue angle of 211.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272ED is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 114 237 -
CMYK 0.99 0.52 0 0.07
HSL 211.4º 0.98% 0.47% -
HSV(B) 211.4º 0.99% 0.93% -
XYZ 21.33 18.16 82.5 -
YUV 94.53 208.39 62 -
System Red Green Blue C M Y K H S L
Decimal 2 114 237 0.99 0.52 0 0.07 211.4 0.98 0.47
Hex 2 72 ED 63 34 0 7 D3 62 2F
Octal 2 162 355 143 64 0 7 323 142 57
Binary 10 1110010 11101101 1100011 110100 0 111 11010011 1100010 101111

Color Harmonies of #0272ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272ED

Black with #0272ED

Text Example


Text Example

White with #0272ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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