Html Css Color HEX #240BAA Ultramarine

📋 copy color: '#240BAA'

red 36 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #240BAA

Tints of Ultramarine #240BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 78.34%

R = 16.59%
G = 5.07%
B = 78.34%

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

#240BAA (or 0x240BAA) is known color: Ultramarine. HEX triplet: 24, 0B and AA. RGB value is (36,11,170). Sum of RGB (Red+Green+Blue) = 36+11+170=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #240BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240BAA is #DBF455. Grayscale: #232323. Windows color (decimal): -14414934 or 11143972. OLE color: 11143972.

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

Color convert

RGB 36 11 170 -
CMYK 0.79 0.94 0 0.33
HSL 249.43º 0.88% 0.35% -
HSV(B) 249.43º 0.94% 0.67% -
XYZ 8.1 3.52 38.28 -
YUV 36.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 36 11 170 0.79 0.94 0 0.33 249.43 0.88 0.35
Hex 24 B AA 4F 5E 0 21 F9 58 23
Octal 44 13 252 117 136 0 41 371 130 43
Binary 100100 1011 10101010 1001111 1011110 0 100001 11111001 1011000 100011

Color Harmonies of #240BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BAA

Black with #240BAA

Text Example


Text Example

White with #240BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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