Html Css Color HEX #18138C Ultramarine

📋 copy color: '#18138C'

red 24 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #18138C

Tints of Ultramarine #18138C

RGB

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

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

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

R = 13.11%
G = 10.38%
B = 76.5%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18138C (or 0x18138C) is known color: Ultramarine. HEX triplet: 18, 13 and 8C. RGB value is (24,19,140). Sum of RGB (Red+Green+Blue) = 24+19+140=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #18138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18138C is #E7EC73. Grayscale: #212121. Windows color (decimal): -15199348 or 9179928. OLE color: 9179928.

HSL color Cylindrical-coordinate representation of color #18138C: hue angle of 242.48º 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 #18138C is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 19 140 -
CMYK 0.83 0.86 0 0.45
HSL 242.48º 0.76% 0.31% -
HSV(B) 242.48º 0.86% 0.55% -
XYZ 5.34 2.55 25.02 -
YUV 34.29 187.66 120.66 -
System Red Green Blue C M Y K H S L
Decimal 24 19 140 0.83 0.86 0 0.45 242.48 0.76 0.31
Hex 18 13 8C 53 56 0 2D F2 4C 1F
Octal 30 23 214 123 126 0 55 362 114 37
Binary 11000 10011 10001100 1010011 1010110 0 101101 11110010 1001100 11111

Color Harmonies of #18138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18138C

Black with #18138C

Text Example


Text Example

White with #18138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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