Html Css Color HEX #14068B Ultramarine

📋 copy color: '#14068B'

red 20 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #14068B

Tints of Ultramarine #14068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 84.24%

R = 12.12%
G = 3.64%
B = 84.24%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14068B (or 0x14068B) is known color: Ultramarine. HEX triplet: 14, 06 and 8B. RGB value is (20,6,139). Sum of RGB (Red+Green+Blue) = 20+6+139=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #14068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14068B is #EBF974. Grayscale: #181818. Windows color (decimal): -15464821 or 9111060. OLE color: 9111060.

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

Color convert

RGB 20 6 139 -
CMYK 0.86 0.96 0 0.45
HSL 246.32º 0.92% 0.28% -
HSV(B) 246.32º 0.96% 0.55% -
XYZ 5.01 2.14 24.58 -
YUV 25.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 20 6 139 0.86 0.96 0 0.45 246.32 0.92 0.28
Hex 14 6 8B 56 60 0 2D F6 5C 1C
Octal 24 6 213 126 140 0 55 366 134 34
Binary 10100 110 10001011 1010110 1100000 0 101101 11110110 1011100 11100

Color Harmonies of #14068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14068B

Black with #14068B

Text Example


Text Example

White with #14068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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