Html Css Color HEX #18028B Ultramarine

📋 copy color: '#18028B'

red 24 ◦ green 2 ◦ blue 139

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

Shades of Ultramarine #18028B

Tints of Ultramarine #18028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 84.24%

R = 14.55%
G = 1.21%
B = 84.24%

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

#18028B (or 0x18028B) is known color: Ultramarine. HEX triplet: 18, 02 and 8B. RGB value is (24,2,139). Sum of RGB (Red+Green+Blue) = 24+2+139=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #18028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18028B is #E7FD74. Grayscale: #171717. Windows color (decimal): -15203701 or 9110040. OLE color: 9110040.

HSL color Cylindrical-coordinate representation of color #18028B: hue angle of 249.64º 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 #18028B is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 2 139 -
CMYK 0.83 0.99 0 0.45
HSL 249.64º 0.97% 0.28% -
HSV(B) 249.64º 0.99% 0.55% -
XYZ 5.06 2.1 24.57 -
YUV 24.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 24 2 139 0.83 0.99 0 0.45 249.64 0.97 0.28
Hex 18 2 8B 53 63 0 2D FA 61 1C
Octal 30 2 213 123 143 0 55 372 141 34
Binary 11000 10 10001011 1010011 1100011 0 101101 11111010 1100001 11100

Color Harmonies of #18028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18028B

Black with #18028B

Text Example


Text Example

White with #18028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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