Html Css Color HEX #18017C Ultramarine

📋 copy color: '#18017C'

red 24 ◦ green 1 ◦ blue 124

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

Shades of Ultramarine #18017C

Tints of Ultramarine #18017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 83.22%

R = 16.11%
G = 0.67%
B = 83.22%

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

#18017C (or 0x18017C) is known color: Ultramarine. HEX triplet: 18, 01 and 7C. RGB value is (24,1,124). Sum of RGB (Red+Green+Blue) = 24+1+124=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #18017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18017C is #E7FE83. Grayscale: #151515. Windows color (decimal): -15203972 or 8126744. OLE color: 8126744.

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

Color convert

RGB 24 1 124 -
CMYK 0.81 0.99 0 0.51
HSL 251.22º 0.98% 0.25% -
HSV(B) 251.22º 0.99% 0.49% -
XYZ 4.03 1.67 19.18 -
YUV 21.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 24 1 124 0.81 0.99 0 0.51 251.22 0.98 0.25
Hex 18 1 7C 51 63 0 33 FB 62 19
Octal 30 1 174 121 143 0 63 373 142 31
Binary 11000 1 1111100 1010001 1100011 0 110011 11111011 1100010 11001

Color Harmonies of #18017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18017C

Black with #18017C

Text Example


Text Example

White with #18017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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