Html Css Color HEX #182096 Ultramarine

📋 copy color: '#182096'

red 24 ◦ green 32 ◦ blue 150

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

Shades of Ultramarine #182096

Tints of Ultramarine #182096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 150 (58.98% from 255) = 72.82%

R = 11.65%
G = 15.53%
B = 72.82%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#182096 (or 0x182096) is known color: Ultramarine. HEX triplet: 18, 20 and 96. RGB value is (24,32,150). Sum of RGB (Red+Green+Blue) = 24+32+150=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #182096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182096 is #E7DF69. Grayscale: #2A2A2A. Windows color (decimal): -15196010 or 9838616. OLE color: 9838616.

HSL color Cylindrical-coordinate representation of color #182096: hue angle of 236.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182096 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 32 150 -
CMYK 0.84 0.79 0 0.41
HSL 236.19º 0.72% 0.34% -
HSV(B) 236.19º 0.84% 0.59% -
XYZ 6.4 3.43 29.18 -
YUV 43.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 24 32 150 0.84 0.79 0 0.41 236.19 0.72 0.34
Hex 18 20 96 54 4F 0 29 EC 48 22
Octal 30 40 226 124 117 0 51 354 110 42
Binary 11000 100000 10010110 1010100 1001111 0 101001 11101100 1001000 100010

Color Harmonies of #182096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182096

Black with #182096

Text Example


Text Example

White with #182096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182096; }

 p { color: rgb(24,32,150); }

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

background-color css

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

 a { background-color: rgb(24,32,150); }

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

border-color css

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

 span { border-color: rgb(24,32,150); }

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