Html Css Color HEX #181C8A Ultramarine

📋 copy color: '#181C8A'

red 24 ◦ green 28 ◦ blue 138

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

Shades of Ultramarine #181C8A

Tints of Ultramarine #181C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 12.63%
G = 14.74%
B = 72.63%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#181C8A (or 0x181C8A) is known color: Ultramarine. HEX triplet: 18, 1C and 8A. RGB value is (24,28,138). Sum of RGB (Red+Green+Blue) = 24+28+138=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #181C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181C8A is #E7E375. Grayscale: #262626. Windows color (decimal): -15197046 or 9051160. OLE color: 9051160.

HSL color Cylindrical-coordinate representation of color #181C8A: hue angle of 237.89º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181C8A is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 28 138 -
CMYK 0.83 0.80 0 0.46
HSL 237.89º 0.7% 0.32% -
HSV(B) 237.89º 0.83% 0.54% -
XYZ 5.38 2.86 24.31 -
YUV 39.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 24 28 138 0.83 0.80 0 0.46 237.89 0.7 0.32
Hex 18 1C 8A 53 50 0 2E EE 46 20
Octal 30 34 212 123 120 0 56 356 106 40
Binary 11000 11100 10001010 1010011 1010000 0 101110 11101110 1000110 100000

Color Harmonies of #181C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C8A

Black with #181C8A

Text Example


Text Example

White with #181C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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