Html Css Color HEX #132665 Sapphire

📋 copy color: '#132665'

red 19 ◦ green 38 ◦ blue 101

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

Shades of Sapphire #132665

Tints of Sapphire #132665

RGB

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

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

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

R = 12.03%
G = 24.05%
B = 63.92%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#132665 (or 0x132665) is known color: Sapphire. HEX triplet: 13, 26 and 65. RGB value is (19,38,101). Sum of RGB (Red+Green+Blue) = 19+38+101=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #132665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132665 is #ECD99A. Grayscale: #272727. Windows color (decimal): -15522203 or 6628883. OLE color: 6628883.

HSL color Cylindrical-coordinate representation of color #132665: hue angle of 226.1º 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 #132665 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 38 101 -
CMYK 0.81 0.62 0 0.60
HSL 226.1º 0.68% 0.24% -
HSV(B) 226.1º 0.81% 0.4% -
XYZ 3.31 2.46 12.61 -
YUV 39.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 19 38 101 0.81 0.62 0 0.60 226.1 0.68 0.24
Hex 13 26 65 51 3E 0 3C E2 44 18
Octal 23 46 145 121 76 0 74 342 104 30
Binary 10011 100110 1100101 1010001 111110 0 111100 11100010 1000100 11000

Color Harmonies of #132665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132665

Black with #132665

Text Example


Text Example

White with #132665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132665; }

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

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

background-color css

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

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

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

border-color css

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

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

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