Html Css Color HEX #180790 Ultramarine

📋 copy color: '#180790'

red 24 ◦ green 7 ◦ blue 144

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

Shades of Ultramarine #180790

Tints of Ultramarine #180790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

 BLUE value IS 144 (56.64% from 255) = 82.29%

R = 13.71%
G = 4%
B = 82.29%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#180790 (or 0x180790) is known color: Ultramarine. HEX triplet: 18, 07 and 90. RGB value is (24,7,144). Sum of RGB (Red+Green+Blue) = 24+7+144=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #180790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180790 is #E7F86F. Grayscale: #1B1B1B. Windows color (decimal): -15202416 or 9439000. OLE color: 9439000.

HSL color Cylindrical-coordinate representation of color #180790: hue angle of 247.45º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180790 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 7 144 -
CMYK 0.83 0.95 0 0.44
HSL 247.45º 0.91% 0.3% -
HSV(B) 247.45º 0.95% 0.56% -
XYZ 5.49 2.36 26.55 -
YUV 27.7 193.63 125.36 -
System Red Green Blue C M Y K H S L
Decimal 24 7 144 0.83 0.95 0 0.44 247.45 0.91 0.3
Hex 18 7 90 53 5F 0 2C F7 5B 1E
Octal 30 7 220 123 137 0 54 367 133 36
Binary 11000 111 10010000 1010011 1011111 0 101100 11110111 1011011 11110

Color Harmonies of #180790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180790

Black with #180790

Text Example


Text Example

White with #180790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180790; }

 p { color: rgb(24,7,144); }

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

background-color css

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

 a { background-color: rgb(24,7,144); }

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

border-color css

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

 span { border-color: rgb(24,7,144); }

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