Html Css Color HEX #181C94 Ultramarine

📋 copy color: '#181C94'

red 24 ◦ green 28 ◦ blue 148

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

Shades of Ultramarine #181C94

Tints of Ultramarine #181C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 74%

R = 12%
G = 14%
B = 74%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#181C94 (or 0x181C94) is known color: Ultramarine. HEX triplet: 18, 1C and 94. RGB value is (24,28,148). Sum of RGB (Red+Green+Blue) = 24+28+148=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #181C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181C94 is #E7E36B. Grayscale: #282828. Windows color (decimal): -15197036 or 9706520. OLE color: 9706520.

HSL color Cylindrical-coordinate representation of color #181C94: hue angle of 238.06º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181C94 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 28 148 -
CMYK 0.84 0.81 0 0.42
HSL 238.06º 0.72% 0.34% -
HSV(B) 238.06º 0.84% 0.58% -
XYZ 6.14 3.16 28.3 -
YUV 40.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 24 28 148 0.84 0.81 0 0.42 238.06 0.72 0.34
Hex 18 1C 94 54 51 0 2A EE 48 22
Octal 30 34 224 124 121 0 52 356 110 42
Binary 11000 11100 10010100 1010100 1010001 0 101010 11101110 1001000 100010

Color Harmonies of #181C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C94

Black with #181C94

Text Example


Text Example

White with #181C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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