Html Css Color HEX #14159C Ultramarine

📋 copy color: '#14159C'

red 20 ◦ green 21 ◦ blue 156

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

Shades of Ultramarine #14159C

Tints of Ultramarine #14159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 79.19%

R = 10.15%
G = 10.66%
B = 79.19%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14159C (or 0x14159C) is known color: Ultramarine. HEX triplet: 14, 15 and 9C. RGB value is (20,21,156). Sum of RGB (Red+Green+Blue) = 20+21+156=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #14159C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14159C is #EBEA63. Grayscale: #232323. Windows color (decimal): -15460964 or 10229012. OLE color: 10229012.

HSL color Cylindrical-coordinate representation of color #14159C: hue angle of 239.56º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14159C is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 21 156 -
CMYK 0.87 0.87 0 0.39
HSL 239.56º 0.77% 0.35% -
HSV(B) 239.56º 0.87% 0.61% -
XYZ 6.56 3.09 31.7 -
YUV 36.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 20 21 156 0.87 0.87 0 0.39 239.56 0.77 0.35
Hex 14 15 9C 57 57 0 27 F0 4D 23
Octal 24 25 234 127 127 0 47 360 115 43
Binary 10100 10101 10011100 1010111 1010111 0 100111 11110000 1001101 100011

Color Harmonies of #14159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14159C

Black with #14159C

Text Example


Text Example

White with #14159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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