Html Css Color HEX #180076 Ultramarine

📋 copy color: '#180076'

red 24 ◦ green 0 ◦ blue 118

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

Shades of Ultramarine #180076

Tints of Ultramarine #180076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 83.1%

R = 16.9%
G = 0%
B = 83.1%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#180076 (or 0x180076) is known color: Ultramarine. HEX triplet: 18, 00 and 76. RGB value is (24,0,118). Sum of RGB (Red+Green+Blue) = 24+0+118=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #180076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180076 is #E7FF89. Grayscale: #141414. Windows color (decimal): -15204234 or 7733272. OLE color: 7733272.

HSL color Cylindrical-coordinate representation of color #180076: hue angle of 252.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180076 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 0 118 -
CMYK 0.80 1 0 0.54
HSL 252.2º 1% 0.23% -
HSV(B) 252.2º 1% 0.46% -
XYZ 3.65 1.5 17.24 -
YUV 20.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 24 0 118 0.80 1 0 0.54 252.2 1 0.23
Hex 18 0 76 50 64 0 36 FC 64 17
Octal 30 0 166 120 144 0 66 374 144 27
Binary 11000 0 1110110 1010000 1100100 0 110110 11111100 1100100 10111

Color Harmonies of #180076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180076

Black with #180076

Text Example


Text Example

White with #180076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180076; }

 p { color: rgb(24,0,118); }

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

background-color css

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

 a { background-color: rgb(24,0,118); }

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

border-color css

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

 span { border-color: rgb(24,0,118); }

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