Html Css Color HEX #14108C Ultramarine

📋 copy color: '#14108C'

red 20 ◦ green 16 ◦ blue 140

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

Shades of Ultramarine #14108C

Tints of Ultramarine #14108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 11.36%
G = 9.09%
B = 79.55%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14108C (or 0x14108C) is known color: Ultramarine. HEX triplet: 14, 10 and 8C. RGB value is (20,16,140). Sum of RGB (Red+Green+Blue) = 20+16+140=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #14108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14108C is #EBEF73. Grayscale: #1E1E1E. Windows color (decimal): -15462260 or 9179156. OLE color: 9179156.

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

Color convert

RGB 20 16 140 -
CMYK 0.86 0.89 0 0.45
HSL 241.94º 0.79% 0.31% -
HSV(B) 241.94º 0.89% 0.55% -
XYZ 5.21 2.41 25 -
YUV 31.33 189.33 119.92 -
System Red Green Blue C M Y K H S L
Decimal 20 16 140 0.86 0.89 0 0.45 241.94 0.79 0.31
Hex 14 10 8C 56 59 0 2D F2 4F 1F
Octal 24 20 214 126 131 0 55 362 117 37
Binary 10100 10000 10001100 1010110 1011001 0 101101 11110010 1001111 11111

Color Harmonies of #14108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14108C

Black with #14108C

Text Example


Text Example

White with #14108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,16,140); }

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

background-color css

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

 a { background-color: rgb(20,16,140); }

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

border-color css

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

 span { border-color: rgb(20,16,140); }

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