Html Css Color HEX #0249EE Navy Blue

📋 copy color: '#0249EE'

red 2 ◦ green 73 ◦ blue 238

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

Shades of Navy Blue #0249EE

Tints of Navy Blue #0249EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 76.04%

R = 0.64%
G = 23.32%
B = 76.04%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0249EE (or 0x0249EE) is known color: Navy Blue. HEX triplet: 02, 49 and EE. RGB value is (2,73,238). Sum of RGB (Red+Green+Blue) = 2+73+238=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #0249EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249EE is #FDB611. Grayscale: #454545. Windows color (decimal): -16627218 or 15616258. OLE color: 15616258.

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

Color convert

RGB 2 73 238 -
CMYK 0.99 0.69 0 0.07
HSL 221.95º 0.98% 0.47% -
HSV(B) 221.95º 0.99% 0.93% -
XYZ 17.84 10.95 82.06 -
YUV 70.58 222.48 79.08 -
System Red Green Blue C M Y K H S L
Decimal 2 73 238 0.99 0.69 0 0.07 221.95 0.98 0.47
Hex 2 49 EE 63 45 0 7 DE 62 2F
Octal 2 111 356 143 105 0 7 336 142 57
Binary 10 1001001 11101110 1100011 1000101 0 111 11011110 1100010 101111

Color Harmonies of #0249EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249EE

Black with #0249EE

Text Example


Text Example

White with #0249EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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