Html Css Color HEX #14029B Ultramarine

📋 copy color: '#14029B'

red 20 ◦ green 2 ◦ blue 155

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

Shades of Ultramarine #14029B

Tints of Ultramarine #14029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 87.57%

R = 11.3%
G = 1.13%
B = 87.57%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14029B (or 0x14029B) is known color: Ultramarine. HEX triplet: 14, 02 and 9B. RGB value is (20,2,155). Sum of RGB (Red+Green+Blue) = 20+2+155=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 155 (60.94% from 255 or 87.57% from 177); Max value from RGB is 155 - color contains mainly: blue. Hex color #14029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14029B is #EBFD64. Grayscale: #181818. Windows color (decimal): -15465829 or 10158612. OLE color: 10158612.

HSL color Cylindrical-coordinate representation of color #14029B: hue angle of 247.06º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14029B is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 2 155 -
CMYK 0.87 0.99 0 0.39
HSL 247.06º 0.97% 0.31% -
HSV(B) 247.06º 0.99% 0.61% -
XYZ 6.23 2.56 31.18 -
YUV 24.82 201.46 124.56 -
System Red Green Blue C M Y K H S L
Decimal 20 2 155 0.87 0.99 0 0.39 247.06 0.97 0.31
Hex 14 2 9B 57 63 0 27 F7 61 1F
Octal 24 2 233 127 143 0 47 367 141 37
Binary 10100 10 10011011 1010111 1100011 0 100111 11110111 1100001 11111

Color Harmonies of #14029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14029B

Black with #14029B

Text Example


Text Example

White with #14029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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