Html Css Color HEX #180795 Ultramarine

📋 copy color: '#180795'

red 24 ◦ green 7 ◦ blue 149

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

Shades of Ultramarine #180795

Tints of Ultramarine #180795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 82.78%

R = 13.33%
G = 3.89%
B = 82.78%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#180795 (or 0x180795) is known color: Ultramarine. HEX triplet: 18, 07 and 95. RGB value is (24,7,149). Sum of RGB (Red+Green+Blue) = 24+7+149=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 149 (58.59% from 255 or 82.78% from 180); Max value from RGB is 149 - color contains mainly: blue. Hex color #180795 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180795 is #E7F86A. Grayscale: #1B1B1B. Windows color (decimal): -15202411 or 9766680. OLE color: 9766680.

HSL color Cylindrical-coordinate representation of color #180795: hue angle of 247.18º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180795 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 7 149 -
CMYK 0.84 0.95 0 0.42
HSL 247.18º 0.91% 0.31% -
HSV(B) 247.18º 0.95% 0.58% -
XYZ 5.88 2.52 28.61 -
YUV 28.27 196.13 124.95 -
System Red Green Blue C M Y K H S L
Decimal 24 7 149 0.84 0.95 0 0.42 247.18 0.91 0.31
Hex 18 7 95 54 5F 0 2A F7 5B 1F
Octal 30 7 225 124 137 0 52 367 133 37
Binary 11000 111 10010101 1010100 1011111 0 101010 11110111 1011011 11111

Color Harmonies of #180795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180795

Black with #180795

Text Example


Text Example

White with #180795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180795; }

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

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

background-color css

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

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

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

border-color css

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

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

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