Html Css Color HEX #141988 Ultramarine

📋 copy color: '#141988'

red 20 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #141988

Tints of Ultramarine #141988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 136 (53.52% from 255) = 75.14%

R = 11.05%
G = 13.81%
B = 75.14%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#141988 (or 0x141988) is known color: Ultramarine. HEX triplet: 14, 19 and 88. RGB value is (20,25,136). Sum of RGB (Red+Green+Blue) = 20+25+136=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 136 (53.52% from 255 or 75.14% from 181); Max value from RGB is 136 - color contains mainly: blue. Hex color #141988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141988 is #EBE677. Grayscale: #232323. Windows color (decimal): -15459960 or 8919316. OLE color: 8919316.

HSL color Cylindrical-coordinate representation of color #141988: hue angle of 237.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141988 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 25 136 -
CMYK 0.85 0.82 0 0.47
HSL 237.41º 0.74% 0.31% -
HSV(B) 237.41º 0.85% 0.53% -
XYZ 5.08 2.62 23.53 -
YUV 36.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 20 25 136 0.85 0.82 0 0.47 237.41 0.74 0.31
Hex 14 19 88 55 52 0 2F ED 4A 1F
Octal 24 31 210 125 122 0 57 355 112 37
Binary 10100 11001 10001000 1010101 1010010 0 101111 11101101 1001010 11111

Color Harmonies of #141988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141988

Black with #141988

Text Example


Text Example

White with #141988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141988; }

 p { color: rgb(20,25,136); }

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

background-color css

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

 a { background-color: rgb(20,25,136); }

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

border-color css

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

 span { border-color: rgb(20,25,136); }

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