Html Css Color HEX #14068F Ultramarine

📋 copy color: '#14068F'

red 20 ◦ green 6 ◦ blue 143

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

Shades of Ultramarine #14068F

Tints of Ultramarine #14068F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

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

R = 11.83%
G = 3.55%
B = 84.62%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14068F (or 0x14068F) is known color: Ultramarine. HEX triplet: 14, 06 and 8F. RGB value is (20,6,143). Sum of RGB (Red+Green+Blue) = 20+6+143=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 143 (56.25% from 255 or 84.62% from 169); Max value from RGB is 143 - color contains mainly: blue. Hex color #14068F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14068F is #EBF970. Grayscale: #191919. Windows color (decimal): -15464817 or 9373204. OLE color: 9373204.

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

Color convert

RGB 20 6 143 -
CMYK 0.86 0.96 0 0.44
HSL 246.13º 0.92% 0.29% -
HSV(B) 246.13º 0.96% 0.56% -
XYZ 5.31 2.26 26.14 -
YUV 25.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 20 6 143 0.86 0.96 0 0.44 246.13 0.92 0.29
Hex 14 6 8F 56 60 0 2C F6 5C 1D
Octal 24 6 217 126 140 0 54 366 134 35
Binary 10100 110 10001111 1010110 1100000 0 101100 11110110 1011100 11101

Color Harmonies of #14068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14068F

Black with #14068F

Text Example


Text Example

White with #14068F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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