Html Css Color HEX #131E52 Sapphire

📋 copy color: '#131E52'

red 19 ◦ green 30 ◦ blue 82

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

Shades of Sapphire #131E52

Tints of Sapphire #131E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.9%

 BLUE value IS 82 (32.42% from 255) = 62.6%

R = 14.5%
G = 22.9%
B = 62.6%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131E52 (or 0x131E52) is known color: Sapphire. HEX triplet: 13, 1E and 52. RGB value is (19,30,82). Sum of RGB (Red+Green+Blue) = 19+30+82=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #131E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E52 is #ECE1AD. Grayscale: #202020. Windows color (decimal): -15524270 or 5381651. OLE color: 5381651.

HSL color Cylindrical-coordinate representation of color #131E52: hue angle of 229.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131E52 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 30 82 -
CMYK 0.77 0.63 0 0.68
HSL 229.52º 0.62% 0.2% -
HSV(B) 229.52º 0.77% 0.32% -
XYZ 2.26 1.68 8.19 -
YUV 32.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 19 30 82 0.77 0.63 0 0.68 229.52 0.62 0.2
Hex 13 1E 52 4D 3F 0 44 E6 3E 14
Octal 23 36 122 115 77 0 104 346 76 24
Binary 10011 11110 1010010 1001101 111111 0 1000100 11100110 111110 10100

Color Harmonies of #131E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E52

Black with #131E52

Text Example


Text Example

White with #131E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131E52; }

 p { color: rgb(19,30,82); }

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

background-color css

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

 a { background-color: rgb(19,30,82); }

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

border-color css

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

 span { border-color: rgb(19,30,82); }

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