Html Css Color HEX #14029F Ultramarine

📋 copy color: '#14029F'

red 20 ◦ green 2 ◦ blue 159

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

Shades of Ultramarine #14029F

Tints of Ultramarine #14029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 87.85%

R = 11.05%
G = 1.1%
B = 87.85%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14029F (or 0x14029F) is known color: Ultramarine. HEX triplet: 14, 02 and 9F. RGB value is (20,2,159). Sum of RGB (Red+Green+Blue) = 20+2+159=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 159 (62.5% from 255 or 87.85% from 181); Max value from RGB is 159 - color contains mainly: blue. Hex color #14029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14029F is #EBFD60. Grayscale: #181818. Windows color (decimal): -15465825 or 10420756. OLE color: 10420756.

HSL color Cylindrical-coordinate representation of color #14029F: hue angle of 246.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14029F is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 2 159 -
CMYK 0.87 0.99 0 0.38
HSL 246.88º 0.98% 0.32% -
HSV(B) 246.88º 0.99% 0.62% -
XYZ 6.57 2.7 32.97 -
YUV 25.28 203.46 124.23 -
System Red Green Blue C M Y K H S L
Decimal 20 2 159 0.87 0.99 0 0.38 246.88 0.98 0.32
Hex 14 2 9F 57 63 0 26 F7 62 20
Octal 24 2 237 127 143 0 46 367 142 40
Binary 10100 10 10011111 1010111 1100011 0 100110 11110111 1100010 100000

Color Harmonies of #14029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14029F

Black with #14029F

Text Example


Text Example

White with #14029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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