Html Css Color HEX #240BA9 Ultramarine

📋 copy color: '#240BA9'

red 36 ◦ green 11 ◦ blue 169

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

Shades of Ultramarine #240BA9

Tints of Ultramarine #240BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.09%

 BLUE value IS 169 (66.41% from 255) = 78.24%

R = 16.67%
G = 5.09%
B = 78.24%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#240BA9 (or 0x240BA9) is known color: Ultramarine. HEX triplet: 24, 0B and A9. RGB value is (36,11,169). Sum of RGB (Red+Green+Blue) = 36+11+169=216 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.67% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #240BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240BA9 is #DBF456. Grayscale: #232323. Windows color (decimal): -14414935 or 11078436. OLE color: 11078436.

HSL color Cylindrical-coordinate representation of color #240BA9: hue angle of 249.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240BA9 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 36 11 169 -
CMYK 0.79 0.93 0 0.34
HSL 249.49º 0.88% 0.35% -
HSV(B) 249.49º 0.93% 0.66% -
XYZ 8.01 3.48 37.79 -
YUV 36.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 36 11 169 0.79 0.93 0 0.34 249.49 0.88 0.35
Hex 24 B A9 4F 5D 0 22 F9 58 23
Octal 44 13 251 117 135 0 42 371 130 43
Binary 100100 1011 10101001 1001111 1011101 0 100010 11111001 1011000 100011

Color Harmonies of #240BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BA9

Black with #240BA9

Text Example


Text Example

White with #240BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,169); }

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

background-color css

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

 a { background-color: rgb(36,11,169); }

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

border-color css

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

 span { border-color: rgb(36,11,169); }

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