Html Css Color HEX #18029C Ultramarine

📋 copy color: '#18029C'

red 24 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #18029C

Tints of Ultramarine #18029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 85.71%

R = 13.19%
G = 1.1%
B = 85.71%

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

#18029C (or 0x18029C) is known color: Ultramarine. HEX triplet: 18, 02 and 9C. RGB value is (24,2,156). Sum of RGB (Red+Green+Blue) = 24+2+156=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #18029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18029C is #E7FD63. Grayscale: #191919. Windows color (decimal): -15203684 or 10224152. OLE color: 10224152.

HSL color Cylindrical-coordinate representation of color #18029C: hue angle of 248.57º 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 #18029C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 2 156 -
CMYK 0.85 0.99 0 0.39
HSL 248.57º 0.97% 0.31% -
HSV(B) 248.57º 0.99% 0.61% -
XYZ 6.4 2.64 31.62 -
YUV 26.13 201.29 126.48 -
System Red Green Blue C M Y K H S L
Decimal 24 2 156 0.85 0.99 0 0.39 248.57 0.97 0.31
Hex 18 2 9C 55 63 0 27 F9 61 1F
Octal 30 2 234 125 143 0 47 371 141 37
Binary 11000 10 10011100 1010101 1100011 0 100111 11111001 1100001 11111

Color Harmonies of #18029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18029C

Black with #18029C

Text Example


Text Example

White with #18029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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