Html Css Color HEX #18058C Ultramarine

📋 copy color: '#18058C'

red 24 ◦ green 5 ◦ blue 140

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

Shades of Ultramarine #18058C

Tints of Ultramarine #18058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 14.2%
G = 2.96%
B = 82.84%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18058C (or 0x18058C) is known color: Ultramarine. HEX triplet: 18, 05 and 8C. RGB value is (24,5,140). Sum of RGB (Red+Green+Blue) = 24+5+140=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 140 (55.08% from 255 or 82.84% from 169); Max value from RGB is 140 - color contains mainly: blue. Hex color #18058C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18058C is #E7FA73. Grayscale: #191919. Windows color (decimal): -15202932 or 9176344. OLE color: 9176344.

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

Color convert

RGB 24 5 140 -
CMYK 0.83 0.96 0 0.45
HSL 248.44º 0.93% 0.28% -
HSV(B) 248.44º 0.96% 0.55% -
XYZ 5.16 2.2 24.96 -
YUV 26.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 24 5 140 0.83 0.96 0 0.45 248.44 0.93 0.28
Hex 18 5 8C 53 60 0 2D F8 5D 1C
Octal 30 5 214 123 140 0 55 370 135 34
Binary 11000 101 10001100 1010011 1100000 0 101101 11111000 1011101 11100

Color Harmonies of #18058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18058C

Black with #18058C

Text Example


Text Example

White with #18058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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