Html Css Color HEX #16018B Ultramarine

📋 copy color: '#16018B'

red 22 ◦ green 1 ◦ blue 139

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

Shades of Ultramarine #16018B

Tints of Ultramarine #16018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 85.8%

R = 13.58%
G = 0.62%
B = 85.8%

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

#16018B (or 0x16018B) is known color: Ultramarine. HEX triplet: 16, 01 and 8B. RGB value is (22,1,139). Sum of RGB (Red+Green+Blue) = 22+1+139=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 139 (54.69% from 255 or 85.80% from 162); Max value from RGB is 139 - color contains mainly: blue. Hex color #16018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16018B is #E9FE74. Grayscale: #161616. Windows color (decimal): -15335029 or 9109782. OLE color: 9109782.

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

Color convert

RGB 22 1 139 -
CMYK 0.84 0.99 0 0.45
HSL 249.13º 0.99% 0.27% -
HSV(B) 249.13º 0.99% 0.55% -
XYZ 5 2.06 24.56 -
YUV 23.01 193.46 127.28 -
System Red Green Blue C M Y K H S L
Decimal 22 1 139 0.84 0.99 0 0.45 249.13 0.99 0.27
Hex 16 1 8B 54 63 0 2D F9 63 1B
Octal 26 1 213 124 143 0 55 371 143 33
Binary 10110 1 10001011 1010100 1100011 0 101101 11111001 1100011 11011

Color Harmonies of #16018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16018B

Black with #16018B

Text Example


Text Example

White with #16018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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