Html Css Color HEX #140885 Ultramarine

📋 copy color: '#140885'

red 20 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #140885

Tints of Ultramarine #140885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 12.42%
G = 4.97%
B = 82.61%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#140885 (or 0x140885) is known color: Ultramarine. HEX triplet: 14, 08 and 85. RGB value is (20,8,133). Sum of RGB (Red+Green+Blue) = 20+8+133=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #140885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140885 is #EBF77A. Grayscale: #191919. Windows color (decimal): -15464315 or 8718356. OLE color: 8718356.

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

Color convert

RGB 20 8 133 -
CMYK 0.85 0.94 0 0.48
HSL 245.76º 0.89% 0.28% -
HSV(B) 245.76º 0.94% 0.52% -
XYZ 4.61 2.02 22.34 -
YUV 25.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 20 8 133 0.85 0.94 0 0.48 245.76 0.89 0.28
Hex 14 8 85 55 5E 0 30 F6 59 1C
Octal 24 10 205 125 136 0 60 366 131 34
Binary 10100 1000 10000101 1010101 1011110 0 110000 11110110 1011001 11100

Color Harmonies of #140885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140885

Black with #140885

Text Example


Text Example

White with #140885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140885; }

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

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

background-color css

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

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

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

border-color css

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

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

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