Html Css Color HEX #180285 Ultramarine

📋 copy color: '#180285'

red 24 ◦ green 2 ◦ blue 133

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

Shades of Ultramarine #180285

Tints of Ultramarine #180285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 83.65%

R = 15.09%
G = 1.26%
B = 83.65%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#180285 (or 0x180285) is known color: Ultramarine. HEX triplet: 18, 02 and 85. RGB value is (24,2,133). Sum of RGB (Red+Green+Blue) = 24+2+133=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #180285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180285 is #E7FD7A. Grayscale: #171717. Windows color (decimal): -15203707 or 8716824. OLE color: 8716824.

HSL color Cylindrical-coordinate representation of color #180285: hue angle of 250.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180285 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 2 133 -
CMYK 0.82 0.98 0 0.48
HSL 250.08º 0.97% 0.26% -
HSV(B) 250.08º 0.98% 0.52% -
XYZ 4.63 1.93 22.32 -
YUV 23.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 24 2 133 0.82 0.98 0 0.48 250.08 0.97 0.26
Hex 18 2 85 52 62 0 30 FA 61 1A
Octal 30 2 205 122 142 0 60 372 141 32
Binary 11000 10 10000101 1010010 1100010 0 110000 11111010 1100001 11010

Color Harmonies of #180285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180285

Black with #180285

Text Example


Text Example

White with #180285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180285; }

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

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

background-color css

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

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

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

border-color css

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

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

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