Html Css Color HEX #180293 Ultramarine

📋 copy color: '#180293'

red 24 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #180293

Tints of Ultramarine #180293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 13.87%
G = 1.16%
B = 84.97%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180293 (or 0x180293) is known color: Ultramarine. HEX triplet: 18, 02 and 93. RGB value is (24,2,147). Sum of RGB (Red+Green+Blue) = 24+2+147=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #180293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180293 is #E7FD6C. Grayscale: #181818. Windows color (decimal): -15203693 or 9634328. OLE color: 9634328.

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

Color convert

RGB 24 2 147 -
CMYK 0.84 0.99 0 0.42
HSL 249.1º 0.97% 0.29% -
HSV(B) 249.1º 0.99% 0.58% -
XYZ 5.66 2.34 27.76 -
YUV 25.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 24 2 147 0.84 0.99 0 0.42 249.1 0.97 0.29
Hex 18 2 93 54 63 0 2A F9 61 1D
Octal 30 2 223 124 143 0 52 371 141 35
Binary 11000 10 10010011 1010100 1100011 0 101010 11111001 1100001 11101

Color Harmonies of #180293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180293

Black with #180293

Text Example


Text Example

White with #180293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180293; }

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

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

background-color css

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

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

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

border-color css

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

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

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