Html Css Color HEX #140285 Ultramarine

📋 copy color: '#140285'

red 20 ◦ green 2 ◦ blue 133

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

Shades of Ultramarine #140285

Tints of Ultramarine #140285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 12.9%
G = 1.29%
B = 85.81%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#140285 (or 0x140285) is known color: Ultramarine. HEX triplet: 14, 02 and 85. RGB value is (20,2,133). Sum of RGB (Red+Green+Blue) = 20+2+133=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #140285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140285 is #EBFD7A. Grayscale: #151515. Windows color (decimal): -15465851 or 8716820. OLE color: 8716820.

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

Color convert

RGB 20 2 133 -
CMYK 0.85 0.98 0 0.48
HSL 248.24º 0.97% 0.26% -
HSV(B) 248.24º 0.98% 0.52% -
XYZ 4.54 1.89 22.31 -
YUV 22.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 20 2 133 0.85 0.98 0 0.48 248.24 0.97 0.26
Hex 14 2 85 55 62 0 30 F8 61 1A
Octal 24 2 205 125 142 0 60 370 141 32
Binary 10100 10 10000101 1010101 1100010 0 110000 11111000 1100001 11010

Color Harmonies of #140285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140285

Black with #140285

Text Example


Text Example

White with #140285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140285; }

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

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

background-color css

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

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

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

border-color css

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

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

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