Html Css Color HEX #0244EE Navy Blue

📋 copy color: '#0244EE'

red 2 ◦ green 68 ◦ blue 238

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

Shades of Navy Blue #0244EE

Tints of Navy Blue #0244EE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

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

R = 0.65%
G = 22.08%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0244EE (or 0x0244EE) is known color: Navy Blue. HEX triplet: 02, 44 and EE. RGB value is (2,68,238). Sum of RGB (Red+Green+Blue) = 2+68+238=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #0244EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0244EE is #FDBB11. Grayscale: #424242. Windows color (decimal): -16628498 or 15614978. OLE color: 15614978.

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

Color convert

RGB 2 68 238 -
CMYK 0.99 0.71 0 0.07
HSL 223.22º 0.98% 0.47% -
HSV(B) 223.22º 0.99% 0.93% -
XYZ 17.52 10.32 81.96 -
YUV 67.65 224.13 81.18 -
System Red Green Blue C M Y K H S L
Decimal 2 68 238 0.99 0.71 0 0.07 223.22 0.98 0.47
Hex 2 44 EE 63 47 0 7 DF 62 2F
Octal 2 104 356 143 107 0 7 337 142 57
Binary 10 1000100 11101110 1100011 1000111 0 111 11011111 1100010 101111

Color Harmonies of #0244EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0244EE

Black with #0244EE

Text Example


Text Example

White with #0244EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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