Html Css Color HEX #18029B Ultramarine

📋 copy color: '#18029B'

red 24 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #18029B

Tints of Ultramarine #18029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 85.64%

R = 13.26%
G = 1.1%
B = 85.64%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18029B (or 0x18029B) is known color: Ultramarine. HEX triplet: 18, 02 and 9B. RGB value is (24,2,155). Sum of RGB (Red+Green+Blue) = 24+2+155=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #18029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18029B is #E7FD64. Grayscale: #191919. Windows color (decimal): -15203685 or 10158616. OLE color: 10158616.

HSL color Cylindrical-coordinate representation of color #18029B: hue angle of 248.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18029B is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 2 155 -
CMYK 0.85 0.99 0 0.39
HSL 248.63º 0.97% 0.31% -
HSV(B) 248.63º 0.99% 0.61% -
XYZ 6.31 2.6 31.18 -
YUV 26.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 24 2 155 0.85 0.99 0 0.39 248.63 0.97 0.31
Hex 18 2 9B 55 63 0 27 F9 61 1F
Octal 30 2 233 125 143 0 47 371 141 37
Binary 11000 10 10011011 1010101 1100011 0 100111 11111001 1100001 11111

Color Harmonies of #18029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18029B

Black with #18029B

Text Example


Text Example

White with #18029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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