Html Css Color HEX #240AAC Ultramarine

📋 copy color: '#240AAC'

red 36 ◦ green 10 ◦ blue 172

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

Shades of Ultramarine #240AAC

Tints of Ultramarine #240AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 16.51%
G = 4.59%
B = 78.9%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#240AAC (or 0x240AAC) is known color: Ultramarine. HEX triplet: 24, 0A and AC. RGB value is (36,10,172). Sum of RGB (Red+Green+Blue) = 36+10+172=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #240AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AAC is #DBF553. Grayscale: #232323. Windows color (decimal): -14415188 or 11274788. OLE color: 11274788.

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

Color convert

RGB 36 10 172 -
CMYK 0.79 0.94 0 0.33
HSL 249.63º 0.89% 0.36% -
HSV(B) 249.63º 0.94% 0.67% -
XYZ 8.28 3.57 39.28 -
YUV 36.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 36 10 172 0.79 0.94 0 0.33 249.63 0.89 0.36
Hex 24 A AC 4F 5E 0 21 FA 59 24
Octal 44 12 254 117 136 0 41 372 131 44
Binary 100100 1010 10101100 1001111 1011110 0 100001 11111010 1011001 100100

Color Harmonies of #240AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AAC

Black with #240AAC

Text Example


Text Example

White with #240AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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