Html Css Color HEX #131E5C Sapphire

📋 copy color: '#131E5C'

red 19 ◦ green 30 ◦ blue 92

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

Shades of Sapphire #131E5C

Tints of Sapphire #131E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 65.25%

R = 13.48%
G = 21.28%
B = 65.25%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#131E5C (or 0x131E5C) is known color: Sapphire. HEX triplet: 13, 1E and 5C. RGB value is (19,30,92). Sum of RGB (Red+Green+Blue) = 19+30+92=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #131E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5C is #ECE1A3. Grayscale: #212121. Windows color (decimal): -15524260 or 6037011. OLE color: 6037011.

HSL color Cylindrical-coordinate representation of color #131E5C: hue angle of 230.96º degrees, saturation: 0.66, 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 #131E5C is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 30 92 -
CMYK 0.79 0.67 0 0.64
HSL 230.96º 0.66% 0.22% -
HSV(B) 230.96º 0.79% 0.36% -
XYZ 2.66 1.84 10.34 -
YUV 33.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 19 30 92 0.79 0.67 0 0.64 230.96 0.66 0.22
Hex 13 1E 5C 4F 43 0 40 E7 42 16
Octal 23 36 134 117 103 0 100 347 102 26
Binary 10011 11110 1011100 1001111 1000011 0 1000000 11100111 1000010 10110

Color Harmonies of #131E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E5C

Black with #131E5C

Text Example


Text Example

White with #131E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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