Html Css Color HEX #140382 Ultramarine

📋 copy color: '#140382'

red 20 ◦ green 3 ◦ blue 130

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

Shades of Ultramarine #140382

Tints of Ultramarine #140382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 130 (51.17% from 255) = 84.97%

R = 13.07%
G = 1.96%
B = 84.97%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140382 (or 0x140382) is known color: Ultramarine. HEX triplet: 14, 03 and 82. RGB value is (20,3,130). Sum of RGB (Red+Green+Blue) = 20+3+130=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #140382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140382 is #EBFC7D. Grayscale: #161616. Windows color (decimal): -15465598 or 8520468. OLE color: 8520468.

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

Color convert

RGB 20 3 130 -
CMYK 0.85 0.98 0 0.49
HSL 248.03º 0.95% 0.26% -
HSV(B) 248.03º 0.98% 0.51% -
XYZ 4.35 1.83 21.24 -
YUV 22.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 20 3 130 0.85 0.98 0 0.49 248.03 0.95 0.26
Hex 14 3 82 55 62 0 31 F8 5F 1A
Octal 24 3 202 125 142 0 61 370 137 32
Binary 10100 11 10000010 1010101 1100010 0 110001 11111000 1011111 11010

Color Harmonies of #140382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140382

Black with #140382

Text Example


Text Example

White with #140382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140382; }

 p { color: rgb(20,3,130); }

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

background-color css

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

 a { background-color: rgb(20,3,130); }

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

border-color css

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

 span { border-color: rgb(20,3,130); }

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