Html Css Color HEX #18028C Ultramarine

📋 copy color: '#18028C'

red 24 ◦ green 2 ◦ blue 140

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

Shades of Ultramarine #18028C

Tints of Ultramarine #18028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 14.46%
G = 1.2%
B = 84.34%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18028C (or 0x18028C) is known color: Ultramarine. HEX triplet: 18, 02 and 8C. RGB value is (24,2,140). Sum of RGB (Red+Green+Blue) = 24+2+140=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #18028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18028C is #E7FD73. Grayscale: #171717. Windows color (decimal): -15203700 or 9175576. OLE color: 9175576.

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

Color convert

RGB 24 2 140 -
CMYK 0.83 0.99 0 0.45
HSL 249.57º 0.97% 0.28% -
HSV(B) 249.57º 0.99% 0.55% -
XYZ 5.13 2.13 24.95 -
YUV 24.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 24 2 140 0.83 0.99 0 0.45 249.57 0.97 0.28
Hex 18 2 8C 53 63 0 2D FA 61 1C
Octal 30 2 214 123 143 0 55 372 141 34
Binary 11000 10 10001100 1010011 1100011 0 101101 11111010 1100001 11100

Color Harmonies of #18028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18028C

Black with #18028C

Text Example


Text Example

White with #18028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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