Html Css Color HEX #131682 Ultramarine

📋 copy color: '#131682'

red 19 ◦ green 22 ◦ blue 130

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

Shades of Ultramarine #131682

Tints of Ultramarine #131682

RGB

 RED value IS 19 (7.81% from 255) = 11.11%

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 11.11%
G = 12.87%
B = 76.02%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131682 (or 0x131682) is known color: Ultramarine. HEX triplet: 13, 16 and 82. RGB value is (19,22,130). Sum of RGB (Red+Green+Blue) = 19+22+130=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #131682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131682 is #ECE97D. Grayscale: #202020. Windows color (decimal): -15526270 or 8525331. OLE color: 8525331.

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

Color convert

RGB 19 22 130 -
CMYK 0.85 0.83 0 0.49
HSL 238.38º 0.74% 0.29% -
HSV(B) 238.38º 0.85% 0.51% -
XYZ 4.58 2.32 21.33 -
YUV 33.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 19 22 130 0.85 0.83 0 0.49 238.38 0.74 0.29
Hex 13 16 82 55 53 0 31 EE 4A 1D
Octal 23 26 202 125 123 0 61 356 112 35
Binary 10011 10110 10000010 1010101 1010011 0 110001 11101110 1001010 11101

Color Harmonies of #131682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131682

Black with #131682

Text Example


Text Example

White with #131682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131682; }

 p { color: rgb(19,22,130); }

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

background-color css

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

 a { background-color: rgb(19,22,130); }

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

border-color css

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

 span { border-color: rgb(19,22,130); }

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