Html Css Color HEX #240B91 Ultramarine

📋 copy color: '#240B91'

red 36 ◦ green 11 ◦ blue 145

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

Shades of Ultramarine #240B91

Tints of Ultramarine #240B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 75.52%

R = 18.75%
G = 5.73%
B = 75.52%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#240B91 (or 0x240B91) is known color: Ultramarine. HEX triplet: 24, 0B and 91. RGB value is (36,11,145). Sum of RGB (Red+Green+Blue) = 36+11+145=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 145 (57.03% from 255 or 75.52% from 192); Max value from RGB is 145 - color contains mainly: blue. Hex color #240B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B91 is #DBF46E. Grayscale: #212121. Windows color (decimal): -14414959 or 9505572. OLE color: 9505572.

HSL color Cylindrical-coordinate representation of color #240B91: hue angle of 251.19º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240B91 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 11 145 -
CMYK 0.75 0.92 0 0.43
HSL 251.19º 0.86% 0.31% -
HSV(B) 251.19º 0.92% 0.57% -
XYZ 5.96 2.66 26.99 -
YUV 33.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 36 11 145 0.75 0.92 0 0.43 251.19 0.86 0.31
Hex 24 B 91 4B 5C 0 2B FB 56 1F
Octal 44 13 221 113 134 0 53 373 126 37
Binary 100100 1011 10010001 1001011 1011100 0 101011 11111011 1010110 11111

Color Harmonies of #240B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B91

Black with #240B91

Text Example


Text Example

White with #240B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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