Html Css Color HEX #180993 Ultramarine

📋 copy color: '#180993'

red 24 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #180993

Tints of Ultramarine #180993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

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

R = 13.33%
G = 5%
B = 81.67%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180993 (or 0x180993) is known color: Ultramarine. HEX triplet: 18, 09 and 93. RGB value is (24,9,147). Sum of RGB (Red+Green+Blue) = 24+9+147=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #180993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180993 is #E7F66C. Grayscale: #1C1C1C. Windows color (decimal): -15201901 or 9636120. OLE color: 9636120.

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

Color convert

RGB 24 9 147 -
CMYK 0.84 0.94 0 0.42
HSL 246.52º 0.88% 0.31% -
HSV(B) 246.52º 0.94% 0.58% -
XYZ 5.74 2.5 27.78 -
YUV 29.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 24 9 147 0.84 0.94 0 0.42 246.52 0.88 0.31
Hex 18 9 93 54 5E 0 2A F7 58 1F
Octal 30 11 223 124 136 0 52 367 130 37
Binary 11000 1001 10010011 1010100 1011110 0 101010 11110111 1011000 11111

Color Harmonies of #180993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180993

Black with #180993

Text Example


Text Example

White with #180993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180993; }

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

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

background-color css

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

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

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

border-color css

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

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

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