Html Css Color HEX #132652 Sapphire

📋 copy color: '#132652'

red 19 ◦ green 38 ◦ blue 82

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

Shades of Sapphire #132652

Tints of Sapphire #132652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.99%

R = 13.67%
G = 27.34%
B = 58.99%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#132652 (or 0x132652) is known color: Sapphire. HEX triplet: 13, 26 and 52. RGB value is (19,38,82). Sum of RGB (Red+Green+Blue) = 19+38+82=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #132652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132652 is #ECD9AD. Grayscale: #252525. Windows color (decimal): -15522222 or 5383699. OLE color: 5383699.

HSL color Cylindrical-coordinate representation of color #132652: hue angle of 221.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132652 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 38 82 -
CMYK 0.77 0.54 0 0.68
HSL 221.9º 0.62% 0.2% -
HSV(B) 221.9º 0.77% 0.32% -
XYZ 2.48 2.13 8.26 -
YUV 37.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 19 38 82 0.77 0.54 0 0.68 221.9 0.62 0.2
Hex 13 26 52 4D 36 0 44 DE 3E 14
Octal 23 46 122 115 66 0 104 336 76 24
Binary 10011 100110 1010010 1001101 110110 0 1000100 11011110 111110 10100

Color Harmonies of #132652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132652

Black with #132652

Text Example


Text Example

White with #132652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132652; }

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

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

background-color css

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

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

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

border-color css

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

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

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