Html Css Color HEX #14099C Ultramarine

📋 copy color: '#14099C'

red 20 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #14099C

Tints of Ultramarine #14099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 10.81%
G = 4.86%
B = 84.32%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14099C (or 0x14099C) is known color: Ultramarine. HEX triplet: 14, 09 and 9C. RGB value is (20,9,156). Sum of RGB (Red+Green+Blue) = 20+9+156=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 156 (61.33% from 255 or 84.32% from 185); Max value from RGB is 156 - color contains mainly: blue. Hex color #14099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14099C is #EBF663. Grayscale: #1C1C1C. Windows color (decimal): -15464036 or 10225940. OLE color: 10225940.

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

Color convert

RGB 20 9 156 -
CMYK 0.87 0.94 0 0.39
HSL 244.49º 0.89% 0.32% -
HSV(B) 244.49º 0.94% 0.61% -
XYZ 6.39 2.74 31.65 -
YUV 29.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 20 9 156 0.87 0.94 0 0.39 244.49 0.89 0.32
Hex 14 9 9C 57 5E 0 27 F4 59 20
Octal 24 11 234 127 136 0 47 364 131 40
Binary 10100 1001 10011100 1010111 1011110 0 100111 11110100 1011001 100000

Color Harmonies of #14099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14099C

Black with #14099C

Text Example


Text Example

White with #14099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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