Html Css Color HEX #0248EE Navy Blue

📋 copy color: '#0248EE'

red 2 ◦ green 72 ◦ blue 238

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

Shades of Navy Blue #0248EE

Tints of Navy Blue #0248EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 0.64%
G = 23.08%
B = 76.28%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0248EE (or 0x0248EE) is known color: Navy Blue. HEX triplet: 02, 48 and EE. RGB value is (2,72,238). Sum of RGB (Red+Green+Blue) = 2+72+238=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #0248EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0248EE is #FDB711. Grayscale: #454545. Windows color (decimal): -16627474 or 15616002. OLE color: 15616002.

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

Color convert

RGB 2 72 238 -
CMYK 0.99 0.70 0 0.07
HSL 222.2º 0.98% 0.47% -
HSV(B) 222.2º 0.99% 0.93% -
XYZ 17.78 10.82 82.04 -
YUV 69.99 222.81 79.5 -
System Red Green Blue C M Y K H S L
Decimal 2 72 238 0.99 0.70 0 0.07 222.2 0.98 0.47
Hex 2 48 EE 63 46 0 7 DE 62 2F
Octal 2 110 356 143 106 0 7 336 142 57
Binary 10 1001000 11101110 1100011 1000110 0 111 11011110 1100010 101111

Color Harmonies of #0248EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0248EE

Black with #0248EE

Text Example


Text Example

White with #0248EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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