Html Css Color HEX #24028B Ultramarine

📋 copy color: '#24028B'

red 36 ◦ green 2 ◦ blue 139

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

Shades of Ultramarine #24028B

Tints of Ultramarine #24028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 139 (54.69% from 255) = 78.53%

R = 20.34%
G = 1.13%
B = 78.53%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24028B (or 0x24028B) is known color: Ultramarine. HEX triplet: 24, 02 and 8B. RGB value is (36,2,139). Sum of RGB (Red+Green+Blue) = 36+2+139=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #24028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24028B is #DBFD74. Grayscale: #1B1B1B. Windows color (decimal): -14417269 or 9110052. OLE color: 9110052.

HSL color Cylindrical-coordinate representation of color #24028B: hue angle of 254.89º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24028B is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 2 139 -
CMYK 0.74 0.99 0 0.45
HSL 254.89º 0.97% 0.28% -
HSV(B) 254.89º 0.99% 0.55% -
XYZ 5.41 2.28 24.58 -
YUV 27.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 36 2 139 0.74 0.99 0 0.45 254.89 0.97 0.28
Hex 24 2 8B 4A 63 0 2D FF 61 1C
Octal 44 2 213 112 143 0 55 377 141 34
Binary 100100 10 10001011 1001010 1100011 0 101101 11111111 1100001 11100

Color Harmonies of #24028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24028B

Black with #24028B

Text Example


Text Example

White with #24028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24028B; }

 p { color: rgb(36,2,139); }

 H1.HeaderClassName
 {
   color: #24028B;
 }
 .AnyTagClassName
 {
   color: #24028B;
 }
</style>

background-color css

<style>
 a { background-color: #24028B; }

 a { background-color: rgb(36,2,139); }

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

border-color css

<style>
 span { border-color: #24028B; }

 span { border-color: rgb(36,2,139); }

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