Html Css Color HEX #24029C Ultramarine

📋 copy color: '#24029C'

red 36 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #24029C

Tints of Ultramarine #24029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 80.41%

R = 18.56%
G = 1.03%
B = 80.41%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24029C (or 0x24029C) is known color: Ultramarine. HEX triplet: 24, 02 and 9C. RGB value is (36,2,156). Sum of RGB (Red+Green+Blue) = 36+2+156=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #24029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24029C is #DBFD63. Grayscale: #1D1D1D. Windows color (decimal): -14417252 or 10224164. OLE color: 10224164.

HSL color Cylindrical-coordinate representation of color #24029C: hue angle of 253.25º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #24029C is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 2 156 -
CMYK 0.77 0.99 0 0.39
HSL 253.25º 0.97% 0.31% -
HSV(B) 253.25º 0.99% 0.61% -
XYZ 6.75 2.82 31.64 -
YUV 29.72 199.26 132.48 -
System Red Green Blue C M Y K H S L
Decimal 36 2 156 0.77 0.99 0 0.39 253.25 0.97 0.31
Hex 24 2 9C 4D 63 0 27 FD 61 1F
Octal 44 2 234 115 143 0 47 375 141 37
Binary 100100 10 10011100 1001101 1100011 0 100111 11111101 1100001 11111

Color Harmonies of #24029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24029C

Black with #24029C

Text Example


Text Example

White with #24029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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