Html Css Color HEX #240AAF Ultramarine

📋 copy color: '#240AAF'

red 36 ◦ green 10 ◦ blue 175

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

Shades of Ultramarine #240AAF

Tints of Ultramarine #240AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 79.19%

R = 16.29%
G = 4.52%
B = 79.19%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#240AAF (or 0x240AAF) is known color: Ultramarine. HEX triplet: 24, 0A and AF. RGB value is (36,10,175). Sum of RGB (Red+Green+Blue) = 36+10+175=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #240AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240AAF is #DBF550. Grayscale: #232323. Windows color (decimal): -14415185 or 11471396. OLE color: 11471396.

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

Color convert

RGB 36 10 175 -
CMYK 0.79 0.94 0 0.31
HSL 249.45º 0.89% 0.36% -
HSV(B) 249.45º 0.94% 0.69% -
XYZ 8.57 3.69 40.82 -
YUV 36.58 206.11 127.58 -
System Red Green Blue C M Y K H S L
Decimal 36 10 175 0.79 0.94 0 0.31 249.45 0.89 0.36
Hex 24 A AF 4F 5E 0 1F F9 59 24
Octal 44 12 257 117 136 0 37 371 131 44
Binary 100100 1010 10101111 1001111 1011110 0 11111 11111001 1011001 100100

Color Harmonies of #240AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AAF

Black with #240AAF

Text Example


Text Example

White with #240AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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