Html Css Color HEX #14028B Ultramarine

📋 copy color: '#14028B'

red 20 ◦ green 2 ◦ blue 139

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

Shades of Ultramarine #14028B

Tints of Ultramarine #14028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 12.42%
G = 1.24%
B = 86.34%

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

#14028B (or 0x14028B) is known color: Ultramarine. HEX triplet: 14, 02 and 8B. RGB value is (20,2,139). Sum of RGB (Red+Green+Blue) = 20+2+139=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #14028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14028B is #EBFD74. Grayscale: #161616. Windows color (decimal): -15465845 or 9110036. OLE color: 9110036.

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

Color convert

RGB 20 2 139 -
CMYK 0.86 0.99 0 0.45
HSL 247.88º 0.97% 0.28% -
HSV(B) 247.88º 0.99% 0.55% -
XYZ 4.97 2.06 24.56 -
YUV 23 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 20 2 139 0.86 0.99 0 0.45 247.88 0.97 0.28
Hex 14 2 8B 56 63 0 2D F8 61 1C
Octal 24 2 213 126 143 0 55 370 141 34
Binary 10100 10 10001011 1010110 1100011 0 101101 11111000 1100001 11100

Color Harmonies of #14028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14028B

Black with #14028B

Text Example


Text Example

White with #14028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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