Html Css Color HEX #180E9D Ultramarine

📋 copy color: '#180E9D'

red 24 ◦ green 14 ◦ blue 157

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

Shades of Ultramarine #180E9D

Tints of Ultramarine #180E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

 BLUE value IS 157 (61.72% from 255) = 80.51%

R = 12.31%
G = 7.18%
B = 80.51%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#180E9D (or 0x180E9D) is known color: Ultramarine. HEX triplet: 18, 0E and 9D. RGB value is (24,14,157). Sum of RGB (Red+Green+Blue) = 24+14+157=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #180E9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180E9D is #E7F162. Grayscale: #202020. Windows color (decimal): -15200611 or 10292760. OLE color: 10292760.

HSL color Cylindrical-coordinate representation of color #180E9D: hue angle of 244.2º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180E9D is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 14 157 -
CMYK 0.85 0.91 0 0.38
HSL 244.2º 0.84% 0.34% -
HSV(B) 244.2º 0.91% 0.62% -
XYZ 6.62 2.94 32.12 -
YUV 33.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 24 14 157 0.85 0.91 0 0.38 244.2 0.84 0.34
Hex 18 E 9D 55 5B 0 26 F4 54 22
Octal 30 16 235 125 133 0 46 364 124 42
Binary 11000 1110 10011101 1010101 1011011 0 100110 11110100 1010100 100010

Color Harmonies of #180E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E9D

Black with #180E9D

Text Example


Text Example

White with #180E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180E9D; }

 p { color: rgb(24,14,157); }

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

background-color css

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

 a { background-color: rgb(24,14,157); }

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

border-color css

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

 span { border-color: rgb(24,14,157); }

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