Html Css Color HEX #131683 Ultramarine

📋 copy color: '#131683'

red 19 ◦ green 22 ◦ blue 131

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

Shades of Ultramarine #131683

Tints of Ultramarine #131683

RGB

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

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

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

R = 11.05%
G = 12.79%
B = 76.16%

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

#131683 (or 0x131683) is known color: Ultramarine. HEX triplet: 13, 16 and 83. RGB value is (19,22,131). Sum of RGB (Red+Green+Blue) = 19+22+131=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #131683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131683 is #ECE97C. Grayscale: #212121. Windows color (decimal): -15526269 or 8590867. OLE color: 8590867.

HSL color Cylindrical-coordinate representation of color #131683: hue angle of 238.39º degrees, saturation: 0.75, 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 #131683 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 22 131 -
CMYK 0.85 0.83 0 0.49
HSL 238.39º 0.75% 0.29% -
HSV(B) 238.39º 0.85% 0.51% -
XYZ 4.65 2.35 21.68 -
YUV 33.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 19 22 131 0.85 0.83 0 0.49 238.39 0.75 0.29
Hex 13 16 83 55 53 0 31 EE 4B 1D
Octal 23 26 203 125 123 0 61 356 113 35
Binary 10011 10110 10000011 1010101 1010011 0 110001 11101110 1001011 11101

Color Harmonies of #131683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131683

Black with #131683

Text Example


Text Example

White with #131683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131683; }

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

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

background-color css

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

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

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

border-color css

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

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

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