Html Css Color HEX #180295 Ultramarine

📋 copy color: '#180295'

red 24 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #180295

Tints of Ultramarine #180295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 13.71%
G = 1.14%
B = 85.14%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180295 (or 0x180295) is known color: Ultramarine. HEX triplet: 18, 02 and 95. RGB value is (24,2,149). Sum of RGB (Red+Green+Blue) = 24+2+149=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #180295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180295 is #E7FD6A. Grayscale: #181818. Windows color (decimal): -15203691 or 9765400. OLE color: 9765400.

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

Color convert

RGB 24 2 149 -
CMYK 0.84 0.99 0 0.42
HSL 248.98º 0.97% 0.3% -
HSV(B) 248.98º 0.99% 0.58% -
XYZ 5.82 2.41 28.59 -
YUV 25.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 24 2 149 0.84 0.99 0 0.42 248.98 0.97 0.3
Hex 18 2 95 54 63 0 2A F9 61 1E
Octal 30 2 225 124 143 0 52 371 141 36
Binary 11000 10 10010101 1010100 1100011 0 101010 11111001 1100001 11110

Color Harmonies of #180295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180295

Black with #180295

Text Example


Text Example

White with #180295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180295; }

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

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

background-color css

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

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

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

border-color css

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

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

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