Html Css Color HEX #141F93 Ultramarine

📋 copy color: '#141F93'

red 20 ◦ green 31 ◦ blue 147

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

Shades of Ultramarine #141F93

Tints of Ultramarine #141F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.66%

 BLUE value IS 147 (57.81% from 255) = 74.24%

R = 10.1%
G = 15.66%
B = 74.24%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#141F93 (or 0x141F93) is known color: Ultramarine. HEX triplet: 14, 1F and 93. RGB value is (20,31,147). Sum of RGB (Red+Green+Blue) = 20+31+147=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #141F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F93 is #EBE06C. Grayscale: #282828. Windows color (decimal): -15458413 or 9641748. OLE color: 9641748.

HSL color Cylindrical-coordinate representation of color #141F93: hue angle of 234.8º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141F93 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 31 147 -
CMYK 0.86 0.79 0 0.42
HSL 234.8º 0.76% 0.33% -
HSV(B) 234.8º 0.86% 0.58% -
XYZ 6.04 3.24 27.91 -
YUV 40.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 20 31 147 0.86 0.79 0 0.42 234.8 0.76 0.33
Hex 14 1F 93 56 4F 0 2A EB 4C 21
Octal 24 37 223 126 117 0 52 353 114 41
Binary 10100 11111 10010011 1010110 1001111 0 101010 11101011 1001100 100001

Color Harmonies of #141F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F93

Black with #141F93

Text Example


Text Example

White with #141F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,31,147); }

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

background-color css

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

 a { background-color: rgb(20,31,147); }

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

border-color css

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

 span { border-color: rgb(20,31,147); }

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