Html Css Color HEX #131684 Ultramarine

📋 copy color: '#131684'

red 19 ◦ green 22 ◦ blue 132

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

Shades of Ultramarine #131684

Tints of Ultramarine #131684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 76.3%

R = 10.98%
G = 12.72%
B = 76.3%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#131684 (or 0x131684) is known color: Ultramarine. HEX triplet: 13, 16 and 84. RGB value is (19,22,132). Sum of RGB (Red+Green+Blue) = 19+22+132=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #131684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131684 is #ECE97B. Grayscale: #212121. Windows color (decimal): -15526268 or 8656403. OLE color: 8656403.

HSL color Cylindrical-coordinate representation of color #131684: hue angle of 238.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131684 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 22 132 -
CMYK 0.86 0.83 0 0.48
HSL 238.41º 0.75% 0.3% -
HSV(B) 238.41º 0.86% 0.52% -
XYZ 4.72 2.38 22.04 -
YUV 33.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 19 22 132 0.86 0.83 0 0.48 238.41 0.75 0.3
Hex 13 16 84 56 53 0 30 EE 4B 1E
Octal 23 26 204 126 123 0 60 356 113 36
Binary 10011 10110 10000100 1010110 1010011 0 110000 11101110 1001011 11110

Color Harmonies of #131684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131684

Black with #131684

Text Example


Text Example

White with #131684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131684; }

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

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

background-color css

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

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

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

border-color css

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

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

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