Html Css Color HEX #131C5B Sapphire

📋 copy color: '#131C5B'

red 19 ◦ green 28 ◦ blue 91

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

Shades of Sapphire #131C5B

Tints of Sapphire #131C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.29%

 BLUE value IS 91 (35.94% from 255) = 65.94%

R = 13.77%
G = 20.29%
B = 65.94%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131C5B (or 0x131C5B) is known color: Sapphire. HEX triplet: 13, 1C and 5B. RGB value is (19,28,91). Sum of RGB (Red+Green+Blue) = 19+28+91=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #131C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C5B is #ECE3A4. Grayscale: #202020. Windows color (decimal): -15524773 or 5970963. OLE color: 5970963.

HSL color Cylindrical-coordinate representation of color #131C5B: hue angle of 232.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131C5B is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 28 91 -
CMYK 0.79 0.69 0 0.64
HSL 232.5º 0.65% 0.22% -
HSV(B) 232.5º 0.79% 0.36% -
XYZ 2.57 1.72 10.09 -
YUV 32.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 19 28 91 0.79 0.69 0 0.64 232.5 0.65 0.22
Hex 13 1C 5B 4F 45 0 40 E8 41 16
Octal 23 34 133 117 105 0 100 350 101 26
Binary 10011 11100 1011011 1001111 1000101 0 1000000 11101000 1000001 10110

Color Harmonies of #131C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C5B

Black with #131C5B

Text Example


Text Example

White with #131C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,91); }

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

background-color css

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

 a { background-color: rgb(19,28,91); }

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

border-color css

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

 span { border-color: rgb(19,28,91); }

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