Html Css Color HEX #141D9F Ultramarine

📋 copy color: '#141D9F'

red 20 ◦ green 29 ◦ blue 159

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

Shades of Ultramarine #141D9F

Tints of Ultramarine #141D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 9.62%
G = 13.94%
B = 76.44%

CMYK

 C value IS 0.87

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#141D9F (or 0x141D9F) is known color: Ultramarine. HEX triplet: 14, 1D and 9F. RGB value is (20,29,159). Sum of RGB (Red+Green+Blue) = 20+29+159=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #141D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D9F is #EBE260. Grayscale: #282828. Windows color (decimal): -15458913 or 10427668. OLE color: 10427668.

HSL color Cylindrical-coordinate representation of color #141D9F: hue angle of 236.12º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #141D9F is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 29 159 -
CMYK 0.87 0.82 0 0.38
HSL 236.12º 0.78% 0.35% -
HSV(B) 236.12º 0.87% 0.62% -
XYZ 6.99 3.53 33.11 -
YUV 41.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 20 29 159 0.87 0.82 0 0.38 236.12 0.78 0.35
Hex 14 1D 9F 57 52 0 26 EC 4E 23
Octal 24 35 237 127 122 0 46 354 116 43
Binary 10100 11101 10011111 1010111 1010010 0 100110 11101100 1001110 100011

Color Harmonies of #141D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D9F

Black with #141D9F

Text Example


Text Example

White with #141D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141D9F; }

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

 H1.HeaderClassName
 {
   color: #141D9F;
 }
 .AnyTagClassName
 {
   color: #141D9F;
 }
</style>

background-color css

<style>
 a { background-color: #141D9F; }

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

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

border-color css

<style>
 span { border-color: #141D9F; }

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

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