Html Css Color HEX #131E62 Sapphire

📋 copy color: '#131E62'

red 19 ◦ green 30 ◦ blue 98

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

Shades of Sapphire #131E62

Tints of Sapphire #131E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 66.67%

R = 12.93%
G = 20.41%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131E62 (or 0x131E62) is known color: Sapphire. HEX triplet: 13, 1E and 62. RGB value is (19,30,98). Sum of RGB (Red+Green+Blue) = 19+30+98=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #131E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E62 is #ECE19D. Grayscale: #222222. Windows color (decimal): -15524254 or 6430227. OLE color: 6430227.

HSL color Cylindrical-coordinate representation of color #131E62: hue angle of 231.65º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131E62 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 30 98 -
CMYK 0.81 0.69 0 0.62
HSL 231.65º 0.68% 0.23% -
HSV(B) 231.65º 0.81% 0.38% -
XYZ 2.94 1.95 11.78 -
YUV 34.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 19 30 98 0.81 0.69 0 0.62 231.65 0.68 0.23
Hex 13 1E 62 51 45 0 3E E8 44 17
Octal 23 36 142 121 105 0 76 350 104 27
Binary 10011 11110 1100010 1010001 1000101 0 111110 11101000 1000100 10111

Color Harmonies of #131E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E62

Black with #131E62

Text Example


Text Example

White with #131E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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