Html Css Color HEX #180095 Ultramarine

📋 copy color: '#180095'

red 24 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #180095

Tints of Ultramarine #180095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 86.13%

R = 13.87%
G = 0%
B = 86.13%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180095 (or 0x180095) is known color: Ultramarine. HEX triplet: 18, 00 and 95. RGB value is (24,0,149). Sum of RGB (Red+Green+Blue) = 24+0+149=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #180095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180095 is #E7FF6A. Grayscale: #171717. Windows color (decimal): -15204203 or 9764888. OLE color: 9764888.

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

Color convert

RGB 24 0 149 -
CMYK 0.84 1 0 0.42
HSL 249.66º 1% 0.29% -
HSV(B) 249.66º 1% 0.58% -
XYZ 5.8 2.36 28.58 -
YUV 24.16 198.45 127.88 -
System Red Green Blue C M Y K H S L
Decimal 24 0 149 0.84 1 0 0.42 249.66 1 0.29
Hex 18 0 95 54 64 0 2A FA 64 1D
Octal 30 0 225 124 144 0 52 372 144 35
Binary 11000 0 10010101 1010100 1100100 0 101010 11111010 1100100 11101

Color Harmonies of #180095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180095

Black with #180095

Text Example


Text Example

White with #180095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180095; }

 p { color: rgb(24,0,149); }

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

background-color css

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

 a { background-color: rgb(24,0,149); }

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

border-color css

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

 span { border-color: rgb(24,0,149); }

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