Html Css Color HEX #141785 Ultramarine

📋 copy color: '#141785'

red 20 ◦ green 23 ◦ blue 133

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

Shades of Ultramarine #141785

Tints of Ultramarine #141785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 133 (52.34% from 255) = 75.57%

R = 11.36%
G = 13.07%
B = 75.57%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#141785 (or 0x141785) is known color: Ultramarine. HEX triplet: 14, 17 and 85. RGB value is (20,23,133). Sum of RGB (Red+Green+Blue) = 20+23+133=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #141785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141785 is #EBE87A. Grayscale: #222222. Windows color (decimal): -15460475 or 8722196. OLE color: 8722196.

HSL color Cylindrical-coordinate representation of color #141785: hue angle of 238.41º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141785 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 23 133 -
CMYK 0.85 0.83 0 0.48
HSL 238.41º 0.74% 0.3% -
HSV(B) 238.41º 0.85% 0.52% -
XYZ 4.83 2.45 22.41 -
YUV 34.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 20 23 133 0.85 0.83 0 0.48 238.41 0.74 0.3
Hex 14 17 85 55 53 0 30 EE 4A 1E
Octal 24 27 205 125 123 0 60 356 112 36
Binary 10100 10111 10000101 1010101 1010011 0 110000 11101110 1001010 11110

Color Harmonies of #141785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141785

Black with #141785

Text Example


Text Example

White with #141785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141785; }

 p { color: rgb(20,23,133); }

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

background-color css

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

 a { background-color: rgb(20,23,133); }

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

border-color css

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

 span { border-color: rgb(20,23,133); }

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