Html Css Color HEX #16018A Ultramarine

📋 copy color: '#16018A'

red 22 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #16018A

Tints of Ultramarine #16018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 85.71%

R = 13.66%
G = 0.62%
B = 85.71%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#16018A (or 0x16018A) is known color: Ultramarine. HEX triplet: 16, 01 and 8A. RGB value is (22,1,138). Sum of RGB (Red+Green+Blue) = 22+1+138=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #16018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16018A is #E9FE75. Grayscale: #161616. Windows color (decimal): -15335030 or 9044246. OLE color: 9044246.

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

Color convert

RGB 22 1 138 -
CMYK 0.84 0.99 0 0.46
HSL 249.2º 0.99% 0.27% -
HSV(B) 249.2º 0.99% 0.54% -
XYZ 4.93 2.03 24.18 -
YUV 22.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 22 1 138 0.84 0.99 0 0.46 249.2 0.99 0.27
Hex 16 1 8A 54 63 0 2E F9 63 1B
Octal 26 1 212 124 143 0 56 371 143 33
Binary 10110 1 10001010 1010100 1100011 0 101110 11111001 1100011 11011

Color Harmonies of #16018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16018A

Black with #16018A

Text Example


Text Example

White with #16018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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