Html Css Color HEX #14048B Ultramarine

📋 copy color: '#14048B'

red 20 ◦ green 4 ◦ blue 139

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

Shades of Ultramarine #14048B

Tints of Ultramarine #14048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

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

R = 12.27%
G = 2.45%
B = 85.28%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14048B (or 0x14048B) is known color: Ultramarine. HEX triplet: 14, 04 and 8B. RGB value is (20,4,139). Sum of RGB (Red+Green+Blue) = 20+4+139=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #14048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14048B is #EBFB74. Grayscale: #171717. Windows color (decimal): -15465333 or 9110548. OLE color: 9110548.

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

Color convert

RGB 20 4 139 -
CMYK 0.86 0.97 0 0.45
HSL 247.11º 0.94% 0.28% -
HSV(B) 247.11º 0.97% 0.55% -
XYZ 4.99 2.1 24.57 -
YUV 24.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 20 4 139 0.86 0.97 0 0.45 247.11 0.94 0.28
Hex 14 4 8B 56 61 0 2D F7 5E 1C
Octal 24 4 213 126 141 0 55 367 136 34
Binary 10100 100 10001011 1010110 1100001 0 101101 11110111 1011110 11100

Color Harmonies of #14048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14048B

Black with #14048B

Text Example


Text Example

White with #14048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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