Html Css Color HEX #132965 Sapphire

📋 copy color: '#132965'

red 19 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #132965

Tints of Sapphire #132965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 101 (39.84% from 255) = 62.73%

R = 11.8%
G = 25.47%
B = 62.73%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#132965 (or 0x132965) is known color: Sapphire. HEX triplet: 13, 29 and 65. RGB value is (19,41,101). Sum of RGB (Red+Green+Blue) = 19+41+101=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #132965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132965 is #ECD69A. Grayscale: #292929. Windows color (decimal): -15521435 or 6629651. OLE color: 6629651.

HSL color Cylindrical-coordinate representation of color #132965: hue angle of 223.9º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132965 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 41 101 -
CMYK 0.81 0.59 0 0.60
HSL 223.9º 0.68% 0.24% -
HSV(B) 223.9º 0.81% 0.4% -
XYZ 3.41 2.66 12.65 -
YUV 41.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 19 41 101 0.81 0.59 0 0.60 223.9 0.68 0.24
Hex 13 29 65 51 3B 0 3C E0 44 18
Octal 23 51 145 121 73 0 74 340 104 30
Binary 10011 101001 1100101 1010001 111011 0 111100 11100000 1000100 11000

Color Harmonies of #132965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132965

Black with #132965

Text Example


Text Example

White with #132965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132965; }

 p { color: rgb(19,41,101); }

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

background-color css

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

 a { background-color: rgb(19,41,101); }

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

border-color css

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

 span { border-color: rgb(19,41,101); }

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