Html Css Color HEX #16018C Ultramarine

📋 copy color: '#16018C'

red 22 ◦ green 1 ◦ blue 140

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

Shades of Ultramarine #16018C

Tints of Ultramarine #16018C

RGB

 RED value IS 22 (8.98% from 255) = 13.5%

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

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

R = 13.5%
G = 0.61%
B = 85.89%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16018C (or 0x16018C) is known color: Ultramarine. HEX triplet: 16, 01 and 8C. RGB value is (22,1,140). Sum of RGB (Red+Green+Blue) = 22+1+140=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #16018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16018C is #E9FE73. Grayscale: #161616. Windows color (decimal): -15335028 or 9175318. OLE color: 9175318.

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

Color convert

RGB 22 1 140 -
CMYK 0.84 0.99 0 0.45
HSL 249.06º 0.99% 0.28% -
HSV(B) 249.06º 0.99% 0.55% -
XYZ 5.08 2.09 24.95 -
YUV 23.13 193.96 127.2 -
System Red Green Blue C M Y K H S L
Decimal 22 1 140 0.84 0.99 0 0.45 249.06 0.99 0.28
Hex 16 1 8C 54 63 0 2D F9 63 1C
Octal 26 1 214 124 143 0 55 371 143 34
Binary 10110 1 10001100 1010100 1100011 0 101101 11111001 1100011 11100

Color Harmonies of #16018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16018C

Black with #16018C

Text Example


Text Example

White with #16018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,1,140); }

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

background-color css

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

 a { background-color: rgb(22,1,140); }

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

border-color css

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

 span { border-color: rgb(22,1,140); }

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