Html Css Color HEX #16138C Ultramarine

📋 copy color: '#16138C'

red 22 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #16138C

Tints of Ultramarine #16138C

RGB

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

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

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

R = 12.15%
G = 10.5%
B = 77.35%

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

#16138C (or 0x16138C) is known color: Ultramarine. HEX triplet: 16, 13 and 8C. RGB value is (22,19,140). Sum of RGB (Red+Green+Blue) = 22+19+140=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #16138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16138C is #E9EC73. Grayscale: #212121. Windows color (decimal): -15330420 or 9179926. OLE color: 9179926.

HSL color Cylindrical-coordinate representation of color #16138C: hue angle of 241.49º 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 #16138C is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 22 19 140 -
CMYK 0.84 0.86 0 0.45
HSL 241.49º 0.76% 0.31% -
HSV(B) 241.49º 0.86% 0.55% -
XYZ 5.3 2.53 25.02 -
YUV 33.69 187.99 119.66 -
System Red Green Blue C M Y K H S L
Decimal 22 19 140 0.84 0.86 0 0.45 241.49 0.76 0.31
Hex 16 13 8C 54 56 0 2D F1 4C 1F
Octal 26 23 214 124 126 0 55 361 114 37
Binary 10110 10011 10001100 1010100 1010110 0 101101 11110001 1001100 11111

Color Harmonies of #16138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16138C

Black with #16138C

Text Example


Text Example

White with #16138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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