Html Css Color HEX #14098F Ultramarine

📋 copy color: '#14098F'

red 20 ◦ green 9 ◦ blue 143

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

Shades of Ultramarine #14098F

Tints of Ultramarine #14098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 83.14%

R = 11.63%
G = 5.23%
B = 83.14%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14098F (or 0x14098F) is known color: Ultramarine. HEX triplet: 14, 09 and 8F. RGB value is (20,9,143). Sum of RGB (Red+Green+Blue) = 20+9+143=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #14098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14098F is #EBF670. Grayscale: #1B1B1B. Windows color (decimal): -15464049 or 9373972. OLE color: 9373972.

HSL color Cylindrical-coordinate representation of color #14098F: hue angle of 244.93º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14098F is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 9 143 -
CMYK 0.86 0.94 0 0.44
HSL 244.93º 0.88% 0.3% -
HSV(B) 244.93º 0.94% 0.56% -
XYZ 5.34 2.33 26.15 -
YUV 27.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 20 9 143 0.86 0.94 0 0.44 244.93 0.88 0.3
Hex 14 9 8F 56 5E 0 2C F5 58 1E
Octal 24 11 217 126 136 0 54 365 130 36
Binary 10100 1001 10001111 1010110 1011110 0 101100 11110101 1011000 11110

Color Harmonies of #14098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14098F

Black with #14098F

Text Example


Text Example

White with #14098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14098F; }

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

 H1.HeaderClassName
 {
   color: #14098F;
 }
 .AnyTagClassName
 {
   color: #14098F;
 }
</style>

background-color css

<style>
 a { background-color: #14098F; }

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

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

border-color css

<style>
 span { border-color: #14098F; }

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

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