Html Css Color HEX #140681 Ultramarine

📋 copy color: '#140681'

red 20 ◦ green 6 ◦ blue 129

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

Shades of Ultramarine #140681

Tints of Ultramarine #140681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 129 (50.78% from 255) = 83.23%

R = 12.9%
G = 3.87%
B = 83.23%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140681 (or 0x140681) is known color: Ultramarine. HEX triplet: 14, 06 and 81. RGB value is (20,6,129). Sum of RGB (Red+Green+Blue) = 20+6+129=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #140681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140681 is #EBF97E. Grayscale: #171717. Windows color (decimal): -15464831 or 8455700. OLE color: 8455700.

HSL color Cylindrical-coordinate representation of color #140681: hue angle of 246.83º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140681 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 6 129 -
CMYK 0.84 0.95 0 0.49
HSL 246.83º 0.91% 0.26% -
HSV(B) 246.83º 0.95% 0.51% -
XYZ 4.32 1.86 20.9 -
YUV 24.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 20 6 129 0.84 0.95 0 0.49 246.83 0.91 0.26
Hex 14 6 81 54 5F 0 31 F7 5B 1A
Octal 24 6 201 124 137 0 61 367 133 32
Binary 10100 110 10000001 1010100 1011111 0 110001 11110111 1011011 11010

Color Harmonies of #140681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140681

Black with #140681

Text Example


Text Example

White with #140681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140681; }

 p { color: rgb(20,6,129); }

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

background-color css

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

 a { background-color: rgb(20,6,129); }

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

border-color css

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

 span { border-color: rgb(20,6,129); }

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