Html Css Color HEX #14048F Ultramarine

📋 copy color: '#14048F'

red 20 ◦ green 4 ◦ blue 143

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

Shades of Ultramarine #14048F

Tints of Ultramarine #14048F

RGB

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

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

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

R = 11.98%
G = 2.4%
B = 85.63%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14048F (or 0x14048F) is known color: Ultramarine. HEX triplet: 14, 04 and 8F. RGB value is (20,4,143). Sum of RGB (Red+Green+Blue) = 20+4+143=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 143 (56.25% from 255 or 85.63% from 167); Max value from RGB is 143 - color contains mainly: blue. Hex color #14048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14048F is #EBFB70. Grayscale: #181818. Windows color (decimal): -15465329 or 9372692. OLE color: 9372692.

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

Color convert

RGB 20 4 143 -
CMYK 0.86 0.97 0 0.44
HSL 246.91º 0.95% 0.29% -
HSV(B) 246.91º 0.97% 0.56% -
XYZ 5.29 2.22 26.14 -
YUV 24.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 20 4 143 0.86 0.97 0 0.44 246.91 0.95 0.29
Hex 14 4 8F 56 61 0 2C F7 5F 1D
Octal 24 4 217 126 141 0 54 367 137 35
Binary 10100 100 10001111 1010110 1100001 0 101100 11110111 1011111 11101

Color Harmonies of #14048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14048F

Black with #14048F

Text Example


Text Example

White with #14048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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