Html Css Color HEX #18108C Ultramarine

📋 copy color: '#18108C'

red 24 ◦ green 16 ◦ blue 140

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

Shades of Ultramarine #18108C

Tints of Ultramarine #18108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 13.33%
G = 8.89%
B = 77.78%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18108C (or 0x18108C) is known color: Ultramarine. HEX triplet: 18, 10 and 8C. RGB value is (24,16,140). Sum of RGB (Red+Green+Blue) = 24+16+140=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #18108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18108C is #E7EF73. Grayscale: #202020. Windows color (decimal): -15200116 or 9179160. OLE color: 9179160.

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

Color convert

RGB 24 16 140 -
CMYK 0.83 0.89 0 0.45
HSL 243.87º 0.79% 0.31% -
HSV(B) 243.87º 0.89% 0.55% -
XYZ 5.3 2.46 25.01 -
YUV 32.53 188.65 121.92 -
System Red Green Blue C M Y K H S L
Decimal 24 16 140 0.83 0.89 0 0.45 243.87 0.79 0.31
Hex 18 10 8C 53 59 0 2D F4 4F 1F
Octal 30 20 214 123 131 0 55 364 117 37
Binary 11000 10000 10001100 1010011 1011001 0 101101 11110100 1001111 11111

Color Harmonies of #18108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18108C

Black with #18108C

Text Example


Text Example

White with #18108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,16,140); }

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

background-color css

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

 a { background-color: rgb(24,16,140); }

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

border-color css

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

 span { border-color: rgb(24,16,140); }

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