Html Css Color HEX #182295 Ultramarine

📋 copy color: '#182295'

red 24 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #182295

Tints of Ultramarine #182295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 11.59%
G = 16.43%
B = 71.98%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#182295 (or 0x182295) is known color: Ultramarine. HEX triplet: 18, 22 and 95. RGB value is (24,34,149). Sum of RGB (Red+Green+Blue) = 24+34+149=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #182295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182295 is #E7DD6A. Grayscale: #2B2B2B. Windows color (decimal): -15195499 or 9773592. OLE color: 9773592.

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

Color convert

RGB 24 34 149 -
CMYK 0.84 0.77 0 0.42
HSL 235.2º 0.72% 0.34% -
HSV(B) 235.2º 0.84% 0.58% -
XYZ 6.37 3.51 28.77 -
YUV 44.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 24 34 149 0.84 0.77 0 0.42 235.2 0.72 0.34
Hex 18 22 95 54 4D 0 2A EB 48 22
Octal 30 42 225 124 115 0 52 353 110 42
Binary 11000 100010 10010101 1010100 1001101 0 101010 11101011 1001000 100010

Color Harmonies of #182295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182295

Black with #182295

Text Example


Text Example

White with #182295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182295; }

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

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

background-color css

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

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

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

border-color css

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

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

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