Html Css Color HEX #180299 Ultramarine

📋 copy color: '#180299'

red 24 ◦ green 2 ◦ blue 153

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

Shades of Ultramarine #180299

Tints of Ultramarine #180299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 85.47%

R = 13.41%
G = 1.12%
B = 85.47%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#180299 (or 0x180299) is known color: Ultramarine. HEX triplet: 18, 02 and 99. RGB value is (24,2,153). Sum of RGB (Red+Green+Blue) = 24+2+153=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #180299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180299 is #E7FD66. Grayscale: #191919. Windows color (decimal): -15203687 or 10027544. OLE color: 10027544.

HSL color Cylindrical-coordinate representation of color #180299: hue angle of 248.74º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180299 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 2 153 -
CMYK 0.84 0.99 0 0.4
HSL 248.74º 0.97% 0.3% -
HSV(B) 248.74º 0.99% 0.6% -
XYZ 6.15 2.54 30.3 -
YUV 25.79 199.79 126.72 -
System Red Green Blue C M Y K H S L
Decimal 24 2 153 0.84 0.99 0 0.4 248.74 0.97 0.3
Hex 18 2 99 54 63 0 28 F9 61 1E
Octal 30 2 231 124 143 0 50 371 141 36
Binary 11000 10 10011001 1010100 1100011 0 101000 11111001 1100001 11110

Color Harmonies of #180299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180299

Black with #180299

Text Example


Text Example

White with #180299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180299; }

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

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

background-color css

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

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

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

border-color css

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

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

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