Html Css Color HEX #18017D Ultramarine

📋 copy color: '#18017D'

red 24 ◦ green 1 ◦ blue 125

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

Shades of Ultramarine #18017D

Tints of Ultramarine #18017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 125 (49.22% from 255) = 83.33%

R = 16%
G = 0.67%
B = 83.33%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18017D (or 0x18017D) is known color: Ultramarine. HEX triplet: 18, 01 and 7D. RGB value is (24,1,125). Sum of RGB (Red+Green+Blue) = 24+1+125=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #18017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18017D is #E7FE82. Grayscale: #151515. Windows color (decimal): -15203971 or 8192280. OLE color: 8192280.

HSL color Cylindrical-coordinate representation of color #18017D: hue angle of 251.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18017D is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 1 125 -
CMYK 0.81 0.99 0 0.51
HSL 251.13º 0.98% 0.25% -
HSV(B) 251.13º 0.99% 0.49% -
XYZ 4.09 1.7 19.51 -
YUV 22.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 24 1 125 0.81 0.99 0 0.51 251.13 0.98 0.25
Hex 18 1 7D 51 63 0 33 FB 62 19
Octal 30 1 175 121 143 0 63 373 142 31
Binary 11000 1 1111101 1010001 1100011 0 110011 11111011 1100010 11001

Color Harmonies of #18017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18017D

Black with #18017D

Text Example


Text Example

White with #18017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18017D; }

 p { color: rgb(24,1,125); }

 H1.HeaderClassName
 {
   color: #18017D;
 }
 .AnyTagClassName
 {
   color: #18017D;
 }
</style>

background-color css

<style>
 a { background-color: #18017D; }

 a { background-color: rgb(24,1,125); }

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

border-color css

<style>
 span { border-color: #18017D; }

 span { border-color: rgb(24,1,125); }

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