Html Css Color HEX #240AAD Ultramarine

📋 copy color: '#240AAD'

red 36 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #240AAD

Tints of Ultramarine #240AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 79%

R = 16.44%
G = 4.57%
B = 79%

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

#240AAD (or 0x240AAD) is known color: Ultramarine. HEX triplet: 24, 0A and AD. RGB value is (36,10,173). Sum of RGB (Red+Green+Blue) = 36+10+173=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #240AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AAD is #DBF552. Grayscale: #232323. Windows color (decimal): -14415187 or 11340324. OLE color: 11340324.

HSL color Cylindrical-coordinate representation of color #240AAD: hue angle of 249.57º 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 #240AAD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 10 173 -
CMYK 0.79 0.94 0 0.32
HSL 249.57º 0.89% 0.36% -
HSV(B) 249.57º 0.94% 0.68% -
XYZ 8.38 3.61 39.79 -
YUV 36.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 36 10 173 0.79 0.94 0 0.32 249.57 0.89 0.36
Hex 24 A AD 4F 5E 0 20 FA 59 24
Octal 44 12 255 117 136 0 40 372 131 44
Binary 100100 1010 10101101 1001111 1011110 0 100000 11111010 1011001 100100

Color Harmonies of #240AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AAD

Black with #240AAD

Text Example


Text Example

White with #240AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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