Html Css Color HEX #18078C Ultramarine

📋 copy color: '#18078C'

red 24 ◦ green 7 ◦ blue 140

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

Shades of Ultramarine #18078C

Tints of Ultramarine #18078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

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

R = 14.04%
G = 4.09%
B = 81.87%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18078C (or 0x18078C) is known color: Ultramarine. HEX triplet: 18, 07 and 8C. RGB value is (24,7,140). Sum of RGB (Red+Green+Blue) = 24+7+140=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #18078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18078C is #E7F873. Grayscale: #1A1A1A. Windows color (decimal): -15202420 or 9176856. OLE color: 9176856.

HSL color Cylindrical-coordinate representation of color #18078C: hue angle of 247.67º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18078C is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 7 140 -
CMYK 0.83 0.95 0 0.45
HSL 247.67º 0.9% 0.29% -
HSV(B) 247.67º 0.95% 0.55% -
XYZ 5.19 2.24 24.97 -
YUV 27.25 191.63 125.69 -
System Red Green Blue C M Y K H S L
Decimal 24 7 140 0.83 0.95 0 0.45 247.67 0.9 0.29
Hex 18 7 8C 53 5F 0 2D F8 5A 1D
Octal 30 7 214 123 137 0 55 370 132 35
Binary 11000 111 10001100 1010011 1011111 0 101101 11111000 1011010 11101

Color Harmonies of #18078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18078C

Black with #18078C

Text Example


Text Example

White with #18078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18078C; }

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

 H1.HeaderClassName
 {
   color: #18078C;
 }
 .AnyTagClassName
 {
   color: #18078C;
 }
</style>

background-color css

<style>
 a { background-color: #18078C; }

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

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

border-color css

<style>
 span { border-color: #18078C; }

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

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