Html Css Color HEX #0272EC Navy Blue

📋 copy color: '#0272EC'

red 2 ◦ green 114 ◦ blue 236

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

Shades of Navy Blue #0272EC

Tints of Navy Blue #0272EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 0.57%
G = 32.39%
B = 67.05%

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

#0272EC (or 0x0272EC) is known color: Navy Blue. HEX triplet: 02, 72 and EC. RGB value is (2,114,236). Sum of RGB (Red+Green+Blue) = 2+114+236=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #0272EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0272EC is #FD8D13. Grayscale: #5D5D5D. Windows color (decimal): -16616724 or 15495682. OLE color: 15495682.

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

Color convert

RGB 2 114 236 -
CMYK 0.99 0.52 0 0.07
HSL 211.28º 0.98% 0.47% -
HSV(B) 211.28º 0.99% 0.93% -
XYZ 21.18 18.1 81.73 -
YUV 94.42 207.89 62.08 -
System Red Green Blue C M Y K H S L
Decimal 2 114 236 0.99 0.52 0 0.07 211.28 0.98 0.47
Hex 2 72 EC 63 34 0 7 D3 62 2F
Octal 2 162 354 143 64 0 7 323 142 57
Binary 10 1110010 11101100 1100011 110100 0 111 11010011 1100010 101111

Color Harmonies of #0272EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272EC

Black with #0272EC

Text Example


Text Example

White with #0272EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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