Html Css Color HEX #180A7D Ultramarine

📋 copy color: '#180A7D'

red 24 ◦ green 10 ◦ blue 125

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

Shades of Ultramarine #180A7D

Tints of Ultramarine #180A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.29%

 BLUE value IS 125 (49.22% from 255) = 78.62%

R = 15.09%
G = 6.29%
B = 78.62%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#180A7D (or 0x180A7D) is known color: Ultramarine. HEX triplet: 18, 0A and 7D. RGB value is (24,10,125). Sum of RGB (Red+Green+Blue) = 24+10+125=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #180A7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A7D is #E7F582. Grayscale: #1A1A1A. Windows color (decimal): -15201667 or 8194584. OLE color: 8194584.

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

Color convert

RGB 24 10 125 -
CMYK 0.81 0.92 0 0.51
HSL 247.3º 0.85% 0.26% -
HSV(B) 247.3º 0.92% 0.49% -
XYZ 4.19 1.89 19.55 -
YUV 27.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 24 10 125 0.81 0.92 0 0.51 247.3 0.85 0.26
Hex 18 A 7D 51 5C 0 33 F7 55 1A
Octal 30 12 175 121 134 0 63 367 125 32
Binary 11000 1010 1111101 1010001 1011100 0 110011 11110111 1010101 11010

Color Harmonies of #180A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A7D

Black with #180A7D

Text Example


Text Example

White with #180A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,125); }

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

background-color css

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

 a { background-color: rgb(24,10,125); }

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

border-color css

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

 span { border-color: rgb(24,10,125); }

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