Html Css Color HEX #181081 Ultramarine

📋 copy color: '#181081'

red 24 ◦ green 16 ◦ blue 129

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

Shades of Ultramarine #181081

Tints of Ultramarine #181081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 129 (50.78% from 255) = 76.33%

R = 14.2%
G = 9.47%
B = 76.33%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#181081 (or 0x181081) is known color: Ultramarine. HEX triplet: 18, 10 and 81. RGB value is (24,16,129). Sum of RGB (Red+Green+Blue) = 24+16+129=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 129 (50.78% from 255 or 76.33% from 169); Max value from RGB is 129 - color contains mainly: blue. Hex color #181081 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181081 is #E7EF7E. Grayscale: #1E1E1E. Windows color (decimal): -15200127 or 8458264. OLE color: 8458264.

HSL color Cylindrical-coordinate representation of color #181081: hue angle of 244.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181081 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 16 129 -
CMYK 0.81 0.88 0 0.49
HSL 244.25º 0.78% 0.28% -
HSV(B) 244.25º 0.88% 0.51% -
XYZ 4.52 2.15 20.95 -
YUV 31.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 24 16 129 0.81 0.88 0 0.49 244.25 0.78 0.28
Hex 18 10 81 51 58 0 31 F4 4E 1C
Octal 30 20 201 121 130 0 61 364 116 34
Binary 11000 10000 10000001 1010001 1011000 0 110001 11110100 1001110 11100

Color Harmonies of #181081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181081

Black with #181081

Text Example


Text Example

White with #181081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181081; }

 p { color: rgb(24,16,129); }

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

background-color css

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

 a { background-color: rgb(24,16,129); }

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

border-color css

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

 span { border-color: rgb(24,16,129); }

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