Html Css Color HEX #180896 Ultramarine

📋 copy color: '#180896'

red 24 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #180896

Tints of Ultramarine #180896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 150 (58.98% from 255) = 82.42%

R = 13.19%
G = 4.4%
B = 82.42%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#180896 (or 0x180896) is known color: Ultramarine. HEX triplet: 18, 08 and 96. RGB value is (24,8,150). Sum of RGB (Red+Green+Blue) = 24+8+150=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #180896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180896 is #E7F769. Grayscale: #1C1C1C. Windows color (decimal): -15202154 or 9832472. OLE color: 9832472.

HSL color Cylindrical-coordinate representation of color #180896: hue angle of 246.76º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180896 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 8 150 -
CMYK 0.84 0.95 0 0.41
HSL 246.76º 0.9% 0.31% -
HSV(B) 246.76º 0.95% 0.59% -
XYZ 5.97 2.57 29.04 -
YUV 28.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 24 8 150 0.84 0.95 0 0.41 246.76 0.9 0.31
Hex 18 8 96 54 5F 0 29 F7 5A 1F
Octal 30 10 226 124 137 0 51 367 132 37
Binary 11000 1000 10010110 1010100 1011111 0 101001 11110111 1011010 11111

Color Harmonies of #180896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180896

Black with #180896

Text Example


Text Example

White with #180896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180896; }

 p { color: rgb(24,8,150); }

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

background-color css

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

 a { background-color: rgb(24,8,150); }

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

border-color css

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

 span { border-color: rgb(24,8,150); }

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