Html Css Color HEX #240AAE Ultramarine

📋 copy color: '#240AAE'

red 36 ◦ green 10 ◦ blue 174

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

Shades of Ultramarine #240AAE

Tints of Ultramarine #240AAE

RGB

 RED value IS 36 (14.45% from 255) = 16.36%

 GREEN value IS 10 (4.3% from 255) = 4.55%

 BLUE value IS 174 (68.36% from 255) = 79.09%

R = 16.36%
G = 4.55%
B = 79.09%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#240AAE (or 0x240AAE) is known color: Ultramarine. HEX triplet: 24, 0A and AE. RGB value is (36,10,174). Sum of RGB (Red+Green+Blue) = 36+10+174=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #240AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AAE is #DBF551. Grayscale: #232323. Windows color (decimal): -14415186 or 11405860. OLE color: 11405860.

HSL color Cylindrical-coordinate representation of color #240AAE: hue angle of 249.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240AAE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 10 174 -
CMYK 0.79 0.94 0 0.32
HSL 249.51º 0.89% 0.36% -
HSV(B) 249.51º 0.94% 0.68% -
XYZ 8.48 3.65 40.3 -
YUV 36.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 36 10 174 0.79 0.94 0 0.32 249.51 0.89 0.36
Hex 24 A AE 4F 5E 0 20 FA 59 24
Octal 44 12 256 117 136 0 40 372 131 44
Binary 100100 1010 10101110 1001111 1011110 0 100000 11111010 1011001 100100

Color Harmonies of #240AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AAE

Black with #240AAE

Text Example


Text Example

White with #240AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240AAE; }

 p { color: rgb(36,10,174); }

 H1.HeaderClassName
 {
   color: #240AAE;
 }
 .AnyTagClassName
 {
   color: #240AAE;
 }
</style>

background-color css

<style>
 a { background-color: #240AAE; }

 a { background-color: rgb(36,10,174); }

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

border-color css

<style>
 span { border-color: #240AAE; }

 span { border-color: rgb(36,10,174); }

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