Html Css Color HEX #181E8C Ultramarine

📋 copy color: '#181E8C'

red 24 ◦ green 30 ◦ blue 140

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

Shades of Ultramarine #181E8C

Tints of Ultramarine #181E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 140 (55.08% from 255) = 72.16%

R = 12.37%
G = 15.46%
B = 72.16%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#181E8C (or 0x181E8C) is known color: Ultramarine. HEX triplet: 18, 1E and 8C. RGB value is (24,30,140). Sum of RGB (Red+Green+Blue) = 24+30+140=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #181E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181E8C is #E7E173. Grayscale: #282828. Windows color (decimal): -15196532 or 9182744. OLE color: 9182744.

HSL color Cylindrical-coordinate representation of color #181E8C: hue angle of 236.9º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181E8C is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 30 140 -
CMYK 0.83 0.79 0 0.45
HSL 236.9º 0.71% 0.32% -
HSV(B) 236.9º 0.83% 0.55% -
XYZ 5.57 3.02 25.1 -
YUV 40.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 24 30 140 0.83 0.79 0 0.45 236.9 0.71 0.32
Hex 18 1E 8C 53 4F 0 2D ED 47 20
Octal 30 36 214 123 117 0 55 355 107 40
Binary 11000 11110 10001100 1010011 1001111 0 101101 11101101 1000111 100000

Color Harmonies of #181E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E8C

Black with #181E8C

Text Example


Text Example

White with #181E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,30,140); }

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

background-color css

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

 a { background-color: rgb(24,30,140); }

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

border-color css

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

 span { border-color: rgb(24,30,140); }

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