Html Css Color HEX #132658 Sapphire

📋 copy color: '#132658'

red 19 ◦ green 38 ◦ blue 88

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

Shades of Sapphire #132658

Tints of Sapphire #132658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

 BLUE value IS 88 (34.77% from 255) = 60.69%

R = 13.1%
G = 26.21%
B = 60.69%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132658 (or 0x132658) is known color: Sapphire. HEX triplet: 13, 26 and 58. RGB value is (19,38,88). Sum of RGB (Red+Green+Blue) = 19+38+88=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #132658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132658 is #ECD9A7. Grayscale: #252525. Windows color (decimal): -15522216 or 5776915. OLE color: 5776915.

HSL color Cylindrical-coordinate representation of color #132658: hue angle of 223.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132658 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 38 88 -
CMYK 0.78 0.57 0 0.65
HSL 223.48º 0.64% 0.21% -
HSV(B) 223.48º 0.78% 0.35% -
XYZ 2.72 2.23 9.52 -
YUV 38.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 19 38 88 0.78 0.57 0 0.65 223.48 0.64 0.21
Hex 13 26 58 4E 39 0 41 DF 40 15
Octal 23 46 130 116 71 0 101 337 100 25
Binary 10011 100110 1011000 1001110 111001 0 1000001 11011111 1000000 10101

Color Harmonies of #132658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132658

Black with #132658

Text Example


Text Example

White with #132658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132658; }

 p { color: rgb(19,38,88); }

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

background-color css

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

 a { background-color: rgb(19,38,88); }

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

border-color css

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

 span { border-color: rgb(19,38,88); }

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