Html Css Color HEX #140583 Ultramarine

📋 copy color: '#140583'

red 20 ◦ green 5 ◦ blue 131

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

Shades of Ultramarine #140583

Tints of Ultramarine #140583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 131 (51.56% from 255) = 83.97%

R = 12.82%
G = 3.21%
B = 83.97%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#140583 (or 0x140583) is known color: Ultramarine. HEX triplet: 14, 05 and 83. RGB value is (20,5,131). Sum of RGB (Red+Green+Blue) = 20+5+131=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #140583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140583 is #EBFA7C. Grayscale: #171717. Windows color (decimal): -15465085 or 8586516. OLE color: 8586516.

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

Color convert

RGB 20 5 131 -
CMYK 0.85 0.96 0 0.49
HSL 247.14º 0.93% 0.27% -
HSV(B) 247.14º 0.96% 0.51% -
XYZ 4.44 1.9 21.6 -
YUV 23.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 20 5 131 0.85 0.96 0 0.49 247.14 0.93 0.27
Hex 14 5 83 55 60 0 31 F7 5D 1B
Octal 24 5 203 125 140 0 61 367 135 33
Binary 10100 101 10000011 1010101 1100000 0 110001 11110111 1011101 11011

Color Harmonies of #140583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140583

Black with #140583

Text Example


Text Example

White with #140583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140583; }

 p { color: rgb(20,5,131); }

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

background-color css

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

 a { background-color: rgb(20,5,131); }

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

border-color css

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

 span { border-color: rgb(20,5,131); }

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