Html Css Color HEX #182195 Ultramarine

📋 copy color: '#182195'

red 24 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #182195

Tints of Ultramarine #182195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 11.65%
G = 16.02%
B = 72.33%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#182195 (or 0x182195) is known color: Ultramarine. HEX triplet: 18, 21 and 95. RGB value is (24,33,149). Sum of RGB (Red+Green+Blue) = 24+33+149=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #182195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182195 is #E7DE6A. Grayscale: #2B2B2B. Windows color (decimal): -15195755 or 9773336. OLE color: 9773336.

HSL color Cylindrical-coordinate representation of color #182195: hue angle of 235.68º 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 #182195 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 33 149 -
CMYK 0.84 0.78 0 0.42
HSL 235.68º 0.72% 0.34% -
HSV(B) 235.68º 0.84% 0.58% -
XYZ 6.35 3.45 28.77 -
YUV 43.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 24 33 149 0.84 0.78 0 0.42 235.68 0.72 0.34
Hex 18 21 95 54 4E 0 2A EC 48 22
Octal 30 41 225 124 116 0 52 354 110 42
Binary 11000 100001 10010101 1010100 1001110 0 101010 11101100 1001000 100010

Color Harmonies of #182195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182195

Black with #182195

Text Example


Text Example

White with #182195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182195; }

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

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

background-color css

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

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

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

border-color css

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

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

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