Html Css Color HEX #181993 Ultramarine

📋 copy color: '#181993'

red 24 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #181993

Tints of Ultramarine #181993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 147 (57.81% from 255) = 75%

R = 12.24%
G = 12.76%
B = 75%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#181993 (or 0x181993) is known color: Ultramarine. HEX triplet: 18, 19 and 93. RGB value is (24,25,147). Sum of RGB (Red+Green+Blue) = 24+25+147=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #181993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181993 is #E7E66C. Grayscale: #262626. Windows color (decimal): -15197805 or 9640216. OLE color: 9640216.

HSL color Cylindrical-coordinate representation of color #181993: hue angle of 239.51º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181993 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 25 147 -
CMYK 0.84 0.83 0 0.42
HSL 239.51º 0.72% 0.34% -
HSV(B) 239.51º 0.84% 0.58% -
XYZ 5.99 3 27.87 -
YUV 38.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 24 25 147 0.84 0.83 0 0.42 239.51 0.72 0.34
Hex 18 19 93 54 53 0 2A F0 48 22
Octal 30 31 223 124 123 0 52 360 110 42
Binary 11000 11001 10010011 1010100 1010011 0 101010 11110000 1001000 100010

Color Harmonies of #181993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181993

Black with #181993

Text Example


Text Example

White with #181993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181993; }

 p { color: rgb(24,25,147); }

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

background-color css

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

 a { background-color: rgb(24,25,147); }

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

border-color css

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

 span { border-color: rgb(24,25,147); }

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