Html Css Color HEX #182095 Ultramarine

📋 copy color: '#182095'

red 24 ◦ green 32 ◦ blue 149

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

Shades of Ultramarine #182095

Tints of Ultramarine #182095

RGB

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

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

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

R = 11.71%
G = 15.61%
B = 72.68%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#182095 (or 0x182095) is known color: Ultramarine. HEX triplet: 18, 20 and 95. RGB value is (24,32,149). Sum of RGB (Red+Green+Blue) = 24+32+149=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #182095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182095 is #E7DF6A. Grayscale: #2A2A2A. Windows color (decimal): -15196011 or 9773080. OLE color: 9773080.

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

Color convert

RGB 24 32 149 -
CMYK 0.84 0.79 0 0.42
HSL 236.16º 0.72% 0.34% -
HSV(B) 236.16º 0.84% 0.58% -
XYZ 6.32 3.4 28.76 -
YUV 42.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 24 32 149 0.84 0.79 0 0.42 236.16 0.72 0.34
Hex 18 20 95 54 4F 0 2A EC 48 22
Octal 30 40 225 124 117 0 52 354 110 42
Binary 11000 100000 10010101 1010100 1001111 0 101010 11101100 1001000 100010

Color Harmonies of #182095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182095

Black with #182095

Text Example


Text Example

White with #182095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182095; }

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

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

background-color css

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

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

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

border-color css

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

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

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