Html Css Color HEX #14059B Ultramarine

📋 copy color: '#14059B'

red 20 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #14059B

Tints of Ultramarine #14059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

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

R = 11.11%
G = 2.78%
B = 86.11%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14059B (or 0x14059B) is known color: Ultramarine. HEX triplet: 14, 05 and 9B. RGB value is (20,5,155). Sum of RGB (Red+Green+Blue) = 20+5+155=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #14059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #14059B is #EBFA64. Grayscale: #1A1A1A. Windows color (decimal): -15465061 or 10159380. OLE color: 10159380.

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

Color convert

RGB 20 5 155 -
CMYK 0.87 0.97 0 0.39
HSL 246º 0.94% 0.31% -
HSV(B) 246º 0.97% 0.61% -
XYZ 6.26 2.62 31.19 -
YUV 26.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 20 5 155 0.87 0.97 0 0.39 246 0.94 0.31
Hex 14 5 9B 57 61 0 27 F6 5E 1F
Octal 24 5 233 127 141 0 47 366 136 37
Binary 10100 101 10011011 1010111 1100001 0 100111 11110110 1011110 11111

Color Harmonies of #14059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14059B

Black with #14059B

Text Example


Text Example

White with #14059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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