Html Css Color HEX #180982 Ultramarine

📋 copy color: '#180982'

red 24 ◦ green 9 ◦ blue 130

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

Shades of Ultramarine #180982

Tints of Ultramarine #180982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 79.75%

R = 14.72%
G = 5.52%
B = 79.75%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#180982 (or 0x180982) is known color: Ultramarine. HEX triplet: 18, 09 and 82. RGB value is (24,9,130). Sum of RGB (Red+Green+Blue) = 24+9+130=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #180982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180982 is #E7F67D. Grayscale: #1A1A1A. Windows color (decimal): -15201918 or 8522008. OLE color: 8522008.

HSL color Cylindrical-coordinate representation of color #180982: hue angle of 247.44º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180982 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 9 130 -
CMYK 0.82 0.93 0 0.49
HSL 247.44º 0.87% 0.27% -
HSV(B) 247.44º 0.93% 0.51% -
XYZ 4.5 2 21.27 -
YUV 27.28 185.97 125.66 -
System Red Green Blue C M Y K H S L
Decimal 24 9 130 0.82 0.93 0 0.49 247.44 0.87 0.27
Hex 18 9 82 52 5D 0 31 F7 57 1B
Octal 30 11 202 122 135 0 61 367 127 33
Binary 11000 1001 10000010 1010010 1011101 0 110001 11110111 1010111 11011

Color Harmonies of #180982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180982

Black with #180982

Text Example


Text Example

White with #180982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180982; }

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

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

background-color css

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

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

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

border-color css

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

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

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