Html Css Color HEX #14158B Ultramarine

📋 copy color: '#14158B'

red 20 ◦ green 21 ◦ blue 139

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

Shades of Ultramarine #14158B

Tints of Ultramarine #14158B

RGB

 RED value IS 20 (8.2% from 255) = 11.11%

 GREEN value IS 21 (8.59% from 255) = 11.67%

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

R = 11.11%
G = 11.67%
B = 77.22%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14158B (or 0x14158B) is known color: Ultramarine. HEX triplet: 14, 15 and 8B. RGB value is (20,21,139). Sum of RGB (Red+Green+Blue) = 20+21+139=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 21 (8.59% from 255 or 11.67% 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 #14158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14158B is #EBEA74. Grayscale: #212121. Windows color (decimal): -15460981 or 9114900. OLE color: 9114900.

HSL color Cylindrical-coordinate representation of color #14158B: hue angle of 239.5º degrees, saturation: 0.75, 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 #14158B is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 21 139 -
CMYK 0.86 0.85 0 0.45
HSL 239.5º 0.75% 0.31% -
HSV(B) 239.5º 0.86% 0.55% -
XYZ 5.22 2.55 24.64 -
YUV 34.15 187.17 117.91 -
System Red Green Blue C M Y K H S L
Decimal 20 21 139 0.86 0.85 0 0.45 239.5 0.75 0.31
Hex 14 15 8B 56 55 0 2D EF 4B 1F
Octal 24 25 213 126 125 0 55 357 113 37
Binary 10100 10101 10001011 1010110 1010101 0 101101 11101111 1001011 11111

Color Harmonies of #14158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14158B

Black with #14158B

Text Example


Text Example

White with #14158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,21,139); }

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

background-color css

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

 a { background-color: rgb(20,21,139); }

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

border-color css

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

 span { border-color: rgb(20,21,139); }

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