Html Css Color HEX #16138B Ultramarine

📋 copy color: '#16138B'

red 22 ◦ green 19 ◦ blue 139

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

Shades of Ultramarine #16138B

Tints of Ultramarine #16138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

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

R = 12.22%
G = 10.56%
B = 77.22%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#16138B (or 0x16138B) is known color: Ultramarine. HEX triplet: 16, 13 and 8B. RGB value is (22,19,139). Sum of RGB (Red+Green+Blue) = 22+19+139=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #16138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16138B is #E9EC74. Grayscale: #212121. Windows color (decimal): -15330421 or 9114390. OLE color: 9114390.

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

Color convert

RGB 22 19 139 -
CMYK 0.84 0.86 0 0.45
HSL 241.5º 0.76% 0.31% -
HSV(B) 241.5º 0.86% 0.55% -
XYZ 5.22 2.5 24.63 -
YUV 33.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 22 19 139 0.84 0.86 0 0.45 241.5 0.76 0.31
Hex 16 13 8B 54 56 0 2D F2 4C 1F
Octal 26 23 213 124 126 0 55 362 114 37
Binary 10110 10011 10001011 1010100 1010110 0 101101 11110010 1001100 11111

Color Harmonies of #16138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16138B

Black with #16138B

Text Example


Text Example

White with #16138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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