Html Css Color HEX #180E7E Ultramarine

📋 copy color: '#180E7E'

red 24 ◦ green 14 ◦ blue 126

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

Shades of Ultramarine #180E7E

Tints of Ultramarine #180E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 76.83%

R = 14.63%
G = 8.54%
B = 76.83%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#180E7E (or 0x180E7E) is known color: Ultramarine. HEX triplet: 18, 0E and 7E. RGB value is (24,14,126). Sum of RGB (Red+Green+Blue) = 24+14+126=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #180E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E7E is #E7F181. Grayscale: #1D1D1D. Windows color (decimal): -15200642 or 8261144. OLE color: 8261144.

HSL color Cylindrical-coordinate representation of color #180E7E: hue angle of 245.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180E7E is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 14 126 -
CMYK 0.81 0.89 0 0.51
HSL 245.36º 0.8% 0.27% -
HSV(B) 245.36º 0.89% 0.49% -
XYZ 4.3 2.01 19.9 -
YUV 29.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 24 14 126 0.81 0.89 0 0.51 245.36 0.8 0.27
Hex 18 E 7E 51 59 0 33 F5 50 1B
Octal 30 16 176 121 131 0 63 365 120 33
Binary 11000 1110 1111110 1010001 1011001 0 110011 11110101 1010000 11011

Color Harmonies of #180E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E7E

Black with #180E7E

Text Example


Text Example

White with #180E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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