Html Css Color HEX #18159C Ultramarine

📋 copy color: '#18159C'

red 24 ◦ green 21 ◦ blue 156

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

Shades of Ultramarine #18159C

Tints of Ultramarine #18159C

RGB

 RED value IS 24 (9.77% from 255) = 11.94%

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 11.94%
G = 10.45%
B = 77.61%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18159C (or 0x18159C) is known color: Ultramarine. HEX triplet: 18, 15 and 9C. RGB value is (24,21,156). Sum of RGB (Red+Green+Blue) = 24+21+156=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #18159C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18159C is #E7EA63. Grayscale: #242424. Windows color (decimal): -15198820 or 10229016. OLE color: 10229016.

HSL color Cylindrical-coordinate representation of color #18159C: hue angle of 241.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18159C is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 21 156 -
CMYK 0.85 0.87 0 0.39
HSL 241.33º 0.76% 0.35% -
HSV(B) 241.33º 0.87% 0.61% -
XYZ 6.65 3.13 31.71 -
YUV 37.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 24 21 156 0.85 0.87 0 0.39 241.33 0.76 0.35
Hex 18 15 9C 55 57 0 27 F1 4C 23
Octal 30 25 234 125 127 0 47 361 114 43
Binary 11000 10101 10011100 1010101 1010111 0 100111 11110001 1001100 100011

Color Harmonies of #18159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18159C

Black with #18159C

Text Example


Text Example

White with #18159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,21,156); }

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

background-color css

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

 a { background-color: rgb(24,21,156); }

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

border-color css

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

 span { border-color: rgb(24,21,156); }

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