Html Css Color HEX #24138C Ultramarine

📋 copy color: '#24138C'

red 36 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #24138C

Tints of Ultramarine #24138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 140 (55.08% from 255) = 71.79%

R = 18.46%
G = 9.74%
B = 71.79%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24138C (or 0x24138C) is known color: Ultramarine. HEX triplet: 24, 13 and 8C. RGB value is (36,19,140). Sum of RGB (Red+Green+Blue) = 36+19+140=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #24138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24138C is #DBEC73. Grayscale: #252525. Windows color (decimal): -14412916 or 9179940. OLE color: 9179940.

HSL color Cylindrical-coordinate representation of color #24138C: hue angle of 248.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24138C is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 19 140 -
CMYK 0.74 0.86 0 0.45
HSL 248.43º 0.76% 0.31% -
HSV(B) 248.43º 0.86% 0.55% -
XYZ 5.69 2.73 25.04 -
YUV 37.88 185.63 126.66 -
System Red Green Blue C M Y K H S L
Decimal 36 19 140 0.74 0.86 0 0.45 248.43 0.76 0.31
Hex 24 13 8C 4A 56 0 2D F8 4C 1F
Octal 44 23 214 112 126 0 55 370 114 37
Binary 100100 10011 10001100 1001010 1010110 0 101101 11111000 1001100 11111

Color Harmonies of #24138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24138C

Black with #24138C

Text Example


Text Example

White with #24138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24138C; }

 p { color: rgb(36,19,140); }

 H1.HeaderClassName
 {
   color: #24138C;
 }
 .AnyTagClassName
 {
   color: #24138C;
 }
</style>

background-color css

<style>
 a { background-color: #24138C; }

 a { background-color: rgb(36,19,140); }

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

border-color css

<style>
 span { border-color: #24138C; }

 span { border-color: rgb(36,19,140); }

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