Html Css Color HEX #180185 Ultramarine

📋 copy color: '#180185'

red 24 ◦ green 1 ◦ blue 133

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

Shades of Ultramarine #180185

Tints of Ultramarine #180185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 15.19%
G = 0.63%
B = 84.18%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#180185 (or 0x180185) is known color: Ultramarine. HEX triplet: 18, 01 and 85. RGB value is (24,1,133). Sum of RGB (Red+Green+Blue) = 24+1+133=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #180185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180185 is #E7FE7A. Grayscale: #161616. Windows color (decimal): -15203963 or 8716568. OLE color: 8716568.

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

Color convert

RGB 24 1 133 -
CMYK 0.82 0.99 0 0.48
HSL 250.45º 0.99% 0.26% -
HSV(B) 250.45º 0.99% 0.52% -
XYZ 4.62 1.91 22.32 -
YUV 22.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 24 1 133 0.82 0.99 0 0.48 250.45 0.99 0.26
Hex 18 1 85 52 63 0 30 FA 63 1A
Octal 30 1 205 122 143 0 60 372 143 32
Binary 11000 1 10000101 1010010 1100011 0 110000 11111010 1100011 11010

Color Harmonies of #180185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180185

Black with #180185

Text Example


Text Example

White with #180185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180185; }

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

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

background-color css

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

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

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

border-color css

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

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

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