Html Css Color HEX #180495 Ultramarine

📋 copy color: '#180495'

red 24 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #180495

Tints of Ultramarine #180495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 13.56%
G = 2.26%
B = 84.18%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180495 (or 0x180495) is known color: Ultramarine. HEX triplet: 18, 04 and 95. RGB value is (24,4,149). Sum of RGB (Red+Green+Blue) = 24+4+149=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 149 (58.59% from 255 or 84.18% from 177); Max value from RGB is 149 - color contains mainly: blue. Hex color #180495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180495 is #E7FB6A. Grayscale: #191919. Windows color (decimal): -15203179 or 9765912. OLE color: 9765912.

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

Color convert

RGB 24 4 149 -
CMYK 0.84 0.97 0 0.42
HSL 248.28º 0.95% 0.3% -
HSV(B) 248.28º 0.97% 0.58% -
XYZ 5.84 2.45 28.6 -
YUV 26.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 24 4 149 0.84 0.97 0 0.42 248.28 0.95 0.3
Hex 18 4 95 54 61 0 2A F8 5F 1E
Octal 30 4 225 124 141 0 52 370 137 36
Binary 11000 100 10010101 1010100 1100001 0 101010 11111000 1011111 11110

Color Harmonies of #180495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180495

Black with #180495

Text Example


Text Example

White with #180495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180495; }

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

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

background-color css

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

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

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

border-color css

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

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

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