Html Css Color HEX #14018B Ultramarine

📋 copy color: '#14018B'

red 20 ◦ green 1 ◦ blue 139

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

Shades of Ultramarine #14018B

Tints of Ultramarine #14018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 12.5%
G = 0.63%
B = 86.88%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14018B (or 0x14018B) is known color: Ultramarine. HEX triplet: 14, 01 and 8B. RGB value is (20,1,139). Sum of RGB (Red+Green+Blue) = 20+1+139=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 139 (54.69% from 255 or 86.88% from 160); Max value from RGB is 139 - color contains mainly: blue. Hex color #14018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14018B is #EBFE74. Grayscale: #151515. Windows color (decimal): -15466101 or 9109780. OLE color: 9109780.

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

Color convert

RGB 20 1 139 -
CMYK 0.86 0.99 0 0.45
HSL 248.26º 0.99% 0.27% -
HSV(B) 248.26º 0.99% 0.55% -
XYZ 4.96 2.03 24.56 -
YUV 22.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 20 1 139 0.86 0.99 0 0.45 248.26 0.99 0.27
Hex 14 1 8B 56 63 0 2D F8 63 1B
Octal 24 1 213 126 143 0 55 370 143 33
Binary 10100 1 10001011 1010110 1100011 0 101101 11111000 1100011 11011

Color Harmonies of #14018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14018B

Black with #14018B

Text Example


Text Example

White with #14018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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