Html Css Color HEX #240C9B Ultramarine

📋 copy color: '#240C9B'

red 36 ◦ green 12 ◦ blue 155

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

Shades of Ultramarine #240C9B

Tints of Ultramarine #240C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

 BLUE value IS 155 (60.94% from 255) = 76.35%

R = 17.73%
G = 5.91%
B = 76.35%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#240C9B (or 0x240C9B) is known color: Ultramarine. HEX triplet: 24, 0C and 9B. RGB value is (36,12,155). Sum of RGB (Red+Green+Blue) = 36+12+155=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #240C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240C9B is #DBF364. Grayscale: #222222. Windows color (decimal): -14414693 or 10161188. OLE color: 10161188.

HSL color Cylindrical-coordinate representation of color #240C9B: hue angle of 250.07º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240C9B is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 12 155 -
CMYK 0.77 0.92 0 0.39
HSL 250.07º 0.86% 0.33% -
HSV(B) 250.07º 0.92% 0.61% -
XYZ 6.78 3 31.23 -
YUV 35.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 36 12 155 0.77 0.92 0 0.39 250.07 0.86 0.33
Hex 24 C 9B 4D 5C 0 27 FA 56 21
Octal 44 14 233 115 134 0 47 372 126 41
Binary 100100 1100 10011011 1001101 1011100 0 100111 11111010 1010110 100001

Color Harmonies of #240C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C9B

Black with #240C9B

Text Example


Text Example

White with #240C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,12,155); }

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

background-color css

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

 a { background-color: rgb(36,12,155); }

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

border-color css

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

 span { border-color: rgb(36,12,155); }

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