Html Css Color HEX #140185 Ultramarine

📋 copy color: '#140185'

red 20 ◦ green 1 ◦ blue 133

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

Shades of Ultramarine #140185

Tints of Ultramarine #140185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 12.99%
G = 0.65%
B = 86.36%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#140185 (or 0x140185) is known color: Ultramarine. HEX triplet: 14, 01 and 85. RGB value is (20,1,133). Sum of RGB (Red+Green+Blue) = 20+1+133=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #140185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140185 is #EBFE7A. Grayscale: #151515. Windows color (decimal): -15466107 or 8716564. OLE color: 8716564.

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

Color convert

RGB 20 1 133 -
CMYK 0.85 0.99 0 0.48
HSL 248.64º 0.99% 0.26% -
HSV(B) 248.64º 0.99% 0.52% -
XYZ 4.53 1.86 22.31 -
YUV 21.73 190.79 126.77 -
System Red Green Blue C M Y K H S L
Decimal 20 1 133 0.85 0.99 0 0.48 248.64 0.99 0.26
Hex 14 1 85 55 63 0 30 F9 63 1A
Octal 24 1 205 125 143 0 60 371 143 32
Binary 10100 1 10000101 1010101 1100011 0 110000 11111001 1100011 11010

Color Harmonies of #140185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140185

Black with #140185

Text Example


Text Example

White with #140185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140185; }

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

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

background-color css

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

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

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

border-color css

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

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

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