Html Css Color HEX #0249E8 Navy Blue

📋 copy color: '#0249E8'

red 2 ◦ green 73 ◦ blue 232

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

Shades of Navy Blue #0249E8

Tints of Navy Blue #0249E8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 232 (91.02% from 255) = 75.57%

R = 0.65%
G = 23.78%
B = 75.57%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0249E8 (or 0x0249E8) is known color: Navy Blue. HEX triplet: 02, 49 and E8. RGB value is (2,73,232). Sum of RGB (Red+Green+Blue) = 2+73+232=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 232 (91.02% from 255 or 75.57% from 307); Max value from RGB is 232 - color contains mainly: blue. Hex color #0249E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249E8 is #FDB617. Grayscale: #454545. Windows color (decimal): -16627224 or 15223042. OLE color: 15223042.

HSL color Cylindrical-coordinate representation of color #0249E8: hue angle of 221.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249E8 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 73 232 -
CMYK 0.99 0.69 0 0.09
HSL 221.48º 0.98% 0.46% -
HSV(B) 221.48º 0.99% 0.91% -
XYZ 16.97 10.6 77.5 -
YUV 69.9 219.48 79.57 -
System Red Green Blue C M Y K H S L
Decimal 2 73 232 0.99 0.69 0 0.09 221.48 0.98 0.46
Hex 2 49 E8 63 45 0 9 DD 62 2E
Octal 2 111 350 143 105 0 11 335 142 56
Binary 10 1001001 11101000 1100011 1000101 0 1001 11011101 1100010 101110

Color Harmonies of #0249E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249E8

Black with #0249E8

Text Example


Text Example

White with #0249E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0249E8; }

 p { color: rgb(2,73,232); }

 H1.HeaderClassName
 {
   color: #0249E8;
 }
 .AnyTagClassName
 {
   color: #0249E8;
 }
</style>

background-color css

<style>
 a { background-color: #0249E8; }

 a { background-color: rgb(2,73,232); }

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

border-color css

<style>
 span { border-color: #0249E8; }

 span { border-color: rgb(2,73,232); }

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