Html Css Color HEX #131F52 Sapphire

📋 copy color: '#131F52'

red 19 ◦ green 31 ◦ blue 82

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

Shades of Sapphire #131F52

Tints of Sapphire #131F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.48%

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

R = 14.39%
G = 23.48%
B = 62.12%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131F52 (or 0x131F52) is known color: Sapphire. HEX triplet: 13, 1F and 52. RGB value is (19,31,82). Sum of RGB (Red+Green+Blue) = 19+31+82=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #131F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F52 is #ECE0AD. Grayscale: #212121. Windows color (decimal): -15524014 or 5381907. OLE color: 5381907.

HSL color Cylindrical-coordinate representation of color #131F52: hue angle of 228.57º 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 #131F52 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 31 82 -
CMYK 0.77 0.62 0 0.68
HSL 228.57º 0.62% 0.2% -
HSV(B) 228.57º 0.77% 0.32% -
XYZ 2.28 1.73 8.2 -
YUV 33.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 19 31 82 0.77 0.62 0 0.68 228.57 0.62 0.2
Hex 13 1F 52 4D 3E 0 44 E5 3E 14
Octal 23 37 122 115 76 0 104 345 76 24
Binary 10011 11111 1010010 1001101 111110 0 1000100 11100101 111110 10100

Color Harmonies of #131F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F52

Black with #131F52

Text Example


Text Example

White with #131F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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