Html Css Color HEX #240B89 Ultramarine

📋 copy color: '#240B89'

red 36 ◦ green 11 ◦ blue 137

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

Shades of Ultramarine #240B89

Tints of Ultramarine #240B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 74.46%

R = 19.57%
G = 5.98%
B = 74.46%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#240B89 (or 0x240B89) is known color: Ultramarine. HEX triplet: 24, 0B and 89. RGB value is (36,11,137). Sum of RGB (Red+Green+Blue) = 36+11+137=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 137 (53.91% from 255 or 74.46% from 184); Max value from RGB is 137 - color contains mainly: blue. Hex color #240B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B89 is #DBF476. Grayscale: #202020. Windows color (decimal): -14414967 or 8981284. OLE color: 8981284.

HSL color Cylindrical-coordinate representation of color #240B89: hue angle of 251.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240B89 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 11 137 -
CMYK 0.74 0.92 0 0.46
HSL 251.9º 0.85% 0.29% -
HSV(B) 251.9º 0.92% 0.54% -
XYZ 5.36 2.42 23.85 -
YUV 32.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 36 11 137 0.74 0.92 0 0.46 251.9 0.85 0.29
Hex 24 B 89 4A 5C 0 2E FC 55 1D
Octal 44 13 211 112 134 0 56 374 125 35
Binary 100100 1011 10001001 1001010 1011100 0 101110 11111100 1010101 11101

Color Harmonies of #240B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B89

Black with #240B89

Text Example


Text Example

White with #240B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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