Html Css Color HEX #240B93 Ultramarine

📋 copy color: '#240B93'

red 36 ◦ green 11 ◦ blue 147

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

Shades of Ultramarine #240B93

Tints of Ultramarine #240B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75.77%

R = 18.56%
G = 5.67%
B = 75.77%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240B93 (or 0x240B93) is known color: Ultramarine. HEX triplet: 24, 0B and 93. RGB value is (36,11,147). Sum of RGB (Red+Green+Blue) = 36+11+147=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #240B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B93 is #DBF46C. Grayscale: #212121. Windows color (decimal): -14414957 or 9636644. OLE color: 9636644.

HSL color Cylindrical-coordinate representation of color #240B93: hue angle of 251.03º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240B93 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 11 147 -
CMYK 0.76 0.93 0 0.42
HSL 251.03º 0.86% 0.31% -
HSV(B) 251.03º 0.93% 0.58% -
XYZ 6.11 2.72 27.81 -
YUV 33.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 36 11 147 0.76 0.93 0 0.42 251.03 0.86 0.31
Hex 24 B 93 4C 5D 0 2A FB 56 1F
Octal 44 13 223 114 135 0 52 373 126 37
Binary 100100 1011 10010011 1001100 1011101 0 101010 11111011 1010110 11111

Color Harmonies of #240B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B93

Black with #240B93

Text Example


Text Example

White with #240B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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