Html Css Color HEX #18059F Ultramarine

📋 copy color: '#18059F'

red 24 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #18059F

Tints of Ultramarine #18059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 84.57%

R = 12.77%
G = 2.66%
B = 84.57%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18059F (or 0x18059F) is known color: Ultramarine. HEX triplet: 18, 05 and 9F. RGB value is (24,5,159). Sum of RGB (Red+Green+Blue) = 24+5+159=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #18059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18059F is #E7FA60. Grayscale: #1B1B1B. Windows color (decimal): -15202913 or 10421528. OLE color: 10421528.

HSL color Cylindrical-coordinate representation of color #18059F: hue angle of 247.4º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18059F is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 5 159 -
CMYK 0.85 0.97 0 0.38
HSL 247.4º 0.94% 0.32% -
HSV(B) 247.4º 0.97% 0.62% -
XYZ 6.69 2.81 32.99 -
YUV 28.24 201.79 124.98 -
System Red Green Blue C M Y K H S L
Decimal 24 5 159 0.85 0.97 0 0.38 247.4 0.94 0.32
Hex 18 5 9F 55 61 0 26 F7 5E 20
Octal 30 5 237 125 141 0 46 367 136 40
Binary 11000 101 10011111 1010101 1100001 0 100110 11110111 1011110 100000

Color Harmonies of #18059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18059F

Black with #18059F

Text Example


Text Example

White with #18059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18059F; }

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

 H1.HeaderClassName
 {
   color: #18059F;
 }
 .AnyTagClassName
 {
   color: #18059F;
 }
</style>

background-color css

<style>
 a { background-color: #18059F; }

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

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

border-color css

<style>
 span { border-color: #18059F; }

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

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