Html Css Color HEX #240AA5 Ultramarine

📋 copy color: '#240AA5'

red 36 ◦ green 10 ◦ blue 165

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

Shades of Ultramarine #240AA5

Tints of Ultramarine #240AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 78.2%

R = 17.06%
G = 4.74%
B = 78.2%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#240AA5 (or 0x240AA5) is known color: Ultramarine. HEX triplet: 24, 0A and A5. RGB value is (36,10,165). Sum of RGB (Red+Green+Blue) = 36+10+165=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #240AA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AA5 is #DBF55A. Grayscale: #222222. Windows color (decimal): -14415195 or 10816036. OLE color: 10816036.

HSL color Cylindrical-coordinate representation of color #240AA5: hue angle of 250.06º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240AA5 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 10 165 -
CMYK 0.78 0.94 0 0.35
HSL 250.06º 0.89% 0.34% -
HSV(B) 250.06º 0.94% 0.65% -
XYZ 7.63 3.31 35.83 -
YUV 35.44 201.11 128.4 -
System Red Green Blue C M Y K H S L
Decimal 36 10 165 0.78 0.94 0 0.35 250.06 0.89 0.34
Hex 24 A A5 4E 5E 0 23 FA 59 22
Octal 44 12 245 116 136 0 43 372 131 42
Binary 100100 1010 10100101 1001110 1011110 0 100011 11111010 1011001 100010

Color Harmonies of #240AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AA5

Black with #240AA5

Text Example


Text Example

White with #240AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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