Html Css Color HEX #181CA2 Ultramarine

📋 copy color: '#181CA2'

red 24 ◦ green 28 ◦ blue 162

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

Shades of Ultramarine #181CA2

Tints of Ultramarine #181CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 162 (63.67% from 255) = 75.7%

R = 11.21%
G = 13.08%
B = 75.7%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#181CA2 (or 0x181CA2) is known color: Ultramarine. HEX triplet: 18, 1C and A2. RGB value is (24,28,162). Sum of RGB (Red+Green+Blue) = 24+28+162=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #181CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181CA2 is #E7E35D. Grayscale: #292929. Windows color (decimal): -15197022 or 10624024. OLE color: 10624024.

HSL color Cylindrical-coordinate representation of color #181CA2: hue angle of 238.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181CA2 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 28 162 -
CMYK 0.85 0.83 0 0.36
HSL 238.26º 0.74% 0.36% -
HSV(B) 238.26º 0.85% 0.64% -
XYZ 7.31 3.63 34.5 -
YUV 42.08 195.67 115.1 -
System Red Green Blue C M Y K H S L
Decimal 24 28 162 0.85 0.83 0 0.36 238.26 0.74 0.36
Hex 18 1C A2 55 53 0 24 EE 4A 24
Octal 30 34 242 125 123 0 44 356 112 44
Binary 11000 11100 10100010 1010101 1010011 0 100100 11101110 1001010 100100

Color Harmonies of #181CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CA2

Black with #181CA2

Text Example


Text Example

White with #181CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181CA2; }

 p { color: rgb(24,28,162); }

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

background-color css

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

 a { background-color: rgb(24,28,162); }

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

border-color css

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

 span { border-color: rgb(24,28,162); }

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