Html Css Color HEX #132568 Sapphire

📋 copy color: '#132568'

red 19 ◦ green 37 ◦ blue 104

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

Shades of Sapphire #132568

Tints of Sapphire #132568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

 BLUE value IS 104 (41.02% from 255) = 65%

R = 11.88%
G = 23.13%
B = 65%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132568 (or 0x132568) is known color: Sapphire. HEX triplet: 13, 25 and 68. RGB value is (19,37,104). Sum of RGB (Red+Green+Blue) = 19+37+104=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #132568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132568 is #ECDA97. Grayscale: #262626. Windows color (decimal): -15522456 or 6825235. OLE color: 6825235.

HSL color Cylindrical-coordinate representation of color #132568: hue angle of 227.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132568 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 37 104 -
CMYK 0.82 0.64 0 0.59
HSL 227.29º 0.69% 0.24% -
HSV(B) 227.29º 0.82% 0.41% -
XYZ 3.43 2.46 13.39 -
YUV 39.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 19 37 104 0.82 0.64 0 0.59 227.29 0.69 0.24
Hex 13 25 68 52 40 0 3B E3 45 18
Octal 23 45 150 122 100 0 73 343 105 30
Binary 10011 100101 1101000 1010010 1000000 0 111011 11100011 1000101 11000

Color Harmonies of #132568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132568

Black with #132568

Text Example


Text Example

White with #132568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132568; }

 p { color: rgb(19,37,104); }

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

background-color css

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

 a { background-color: rgb(19,37,104); }

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

border-color css

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

 span { border-color: rgb(19,37,104); }

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