Html Css Color HEX #180286 Ultramarine

📋 copy color: '#180286'

red 24 ◦ green 2 ◦ blue 134

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

Shades of Ultramarine #180286

Tints of Ultramarine #180286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 83.75%

R = 15%
G = 1.25%
B = 83.75%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#180286 (or 0x180286) is known color: Ultramarine. HEX triplet: 18, 02 and 86. RGB value is (24,2,134). Sum of RGB (Red+Green+Blue) = 24+2+134=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 134 (52.73% from 255 or 83.75% from 160); Max value from RGB is 134 - color contains mainly: blue. Hex color #180286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180286 is #E7FD79. Grayscale: #171717. Windows color (decimal): -15203706 or 8782360. OLE color: 8782360.

HSL color Cylindrical-coordinate representation of color #180286: hue angle of 250º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180286 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 2 134 -
CMYK 0.82 0.99 0 0.47
HSL 250º 0.97% 0.27% -
HSV(B) 250º 0.99% 0.53% -
XYZ 4.7 1.96 22.68 -
YUV 23.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 24 2 134 0.82 0.99 0 0.47 250 0.97 0.27
Hex 18 2 86 52 63 0 2F FA 61 1B
Octal 30 2 206 122 143 0 57 372 141 33
Binary 11000 10 10000110 1010010 1100011 0 101111 11111010 1100001 11011

Color Harmonies of #180286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180286

Black with #180286

Text Example


Text Example

White with #180286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180286; }

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

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

background-color css

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

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

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

border-color css

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

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

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