Html Css Color HEX #14168F Ultramarine

📋 copy color: '#14168F'

red 20 ◦ green 22 ◦ blue 143

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

Shades of Ultramarine #14168F

Tints of Ultramarine #14168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 10.81%
G = 11.89%
B = 77.3%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14168F (or 0x14168F) is known color: Ultramarine. HEX triplet: 14, 16 and 8F. RGB value is (20,22,143). Sum of RGB (Red+Green+Blue) = 20+22+143=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #14168F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14168F is #EBE970. Grayscale: #222222. Windows color (decimal): -15460721 or 9377300. OLE color: 9377300.

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

Color convert

RGB 20 22 143 -
CMYK 0.86 0.85 0 0.44
HSL 239.02º 0.75% 0.32% -
HSV(B) 239.02º 0.86% 0.56% -
XYZ 5.53 2.71 26.22 -
YUV 35.2 188.84 117.16 -
System Red Green Blue C M Y K H S L
Decimal 20 22 143 0.86 0.85 0 0.44 239.02 0.75 0.32
Hex 14 16 8F 56 55 0 2C EF 4B 20
Octal 24 26 217 126 125 0 54 357 113 40
Binary 10100 10110 10001111 1010110 1010101 0 101100 11101111 1001011 100000

Color Harmonies of #14168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14168F

Black with #14168F

Text Example


Text Example

White with #14168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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