Html Css Color HEX #14019C Ultramarine

📋 copy color: '#14019C'

red 20 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #14019C

Tints of Ultramarine #14019C

RGB

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

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

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

R = 11.3%
G = 0.56%
B = 88.14%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14019C (or 0x14019C) is known color: Ultramarine. HEX triplet: 14, 01 and 9C. RGB value is (20,1,156). Sum of RGB (Red+Green+Blue) = 20+1+156=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #14019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14019C is #EBFE63. Grayscale: #171717. Windows color (decimal): -15466084 or 10223892. OLE color: 10223892.

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

Color convert

RGB 20 1 156 -
CMYK 0.87 0.99 0 0.39
HSL 247.35º 0.99% 0.31% -
HSV(B) 247.35º 0.99% 0.61% -
XYZ 6.3 2.57 31.62 -
YUV 24.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 20 1 156 0.87 0.99 0 0.39 247.35 0.99 0.31
Hex 14 1 9C 57 63 0 27 F7 63 1F
Octal 24 1 234 127 143 0 47 367 143 37
Binary 10100 1 10011100 1010111 1100011 0 100111 11110111 1100011 11111

Color Harmonies of #14019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14019C

Black with #14019C

Text Example


Text Example

White with #14019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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