Html Css Color HEX #14058F Ultramarine

📋 copy color: '#14058F'

red 20 ◦ green 5 ◦ blue 143

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

Shades of Ultramarine #14058F

Tints of Ultramarine #14058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 11.9%
G = 2.98%
B = 85.12%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14058F (or 0x14058F) is known color: Ultramarine. HEX triplet: 14, 05 and 8F. RGB value is (20,5,143). Sum of RGB (Red+Green+Blue) = 20+5+143=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 143 (56.25% from 255 or 85.12% from 168); Max value from RGB is 143 - color contains mainly: blue. Hex color #14058F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14058F is #EBFA70. Grayscale: #181818. Windows color (decimal): -15465073 or 9372948. OLE color: 9372948.

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

Color convert

RGB 20 5 143 -
CMYK 0.86 0.97 0 0.44
HSL 246.52º 0.93% 0.29% -
HSV(B) 246.52º 0.97% 0.56% -
XYZ 5.3 2.24 26.14 -
YUV 25.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 20 5 143 0.86 0.97 0 0.44 246.52 0.93 0.29
Hex 14 5 8F 56 61 0 2C F7 5D 1D
Octal 24 5 217 126 141 0 54 367 135 35
Binary 10100 101 10001111 1010110 1100001 0 101100 11110111 1011101 11101

Color Harmonies of #14058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14058F

Black with #14058F

Text Example


Text Example

White with #14058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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