Html Css Color HEX #140085 Ultramarine

📋 copy color: '#140085'

red 20 ◦ green 0 ◦ blue 133

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

Shades of Ultramarine #140085

Tints of Ultramarine #140085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.07%
G = 0%
B = 86.93%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#140085 (or 0x140085) is known color: Ultramarine. HEX triplet: 14, 00 and 85. RGB value is (20,0,133). Sum of RGB (Red+Green+Blue) = 20+0+133=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #140085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140085 is #EBFF7A. Grayscale: #141414. Windows color (decimal): -15466363 or 8716308. OLE color: 8716308.

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

Color convert

RGB 20 0 133 -
CMYK 0.85 1 0 0.48
HSL 249.02º 1% 0.26% -
HSV(B) 249.02º 1% 0.52% -
XYZ 4.52 1.84 22.31 -
YUV 21.14 191.13 127.19 -
System Red Green Blue C M Y K H S L
Decimal 20 0 133 0.85 1 0 0.48 249.02 1 0.26
Hex 14 0 85 55 64 0 30 F9 64 1A
Octal 24 0 205 125 144 0 60 371 144 32
Binary 10100 0 10000101 1010101 1100100 0 110000 11111001 1100100 11010

Color Harmonies of #140085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140085

Black with #140085

Text Example


Text Example

White with #140085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140085; }

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

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

background-color css

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

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

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

border-color css

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

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

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