Html Css Color HEX #132666 Sapphire

📋 copy color: '#132666'

red 19 ◦ green 38 ◦ blue 102

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

Shades of Sapphire #132666

Tints of Sapphire #132666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 64.15%

R = 11.95%
G = 23.9%
B = 64.15%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132666 (or 0x132666) is known color: Sapphire. HEX triplet: 13, 26 and 66. RGB value is (19,38,102). Sum of RGB (Red+Green+Blue) = 19+38+102=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #132666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132666 is #ECD999. Grayscale: #272727. Windows color (decimal): -15522202 or 6694419. OLE color: 6694419.

HSL color Cylindrical-coordinate representation of color #132666: hue angle of 226.27º degrees, saturation: 0.69, 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 #132666 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 38 102 -
CMYK 0.81 0.63 0 0.6
HSL 226.27º 0.69% 0.24% -
HSV(B) 226.27º 0.81% 0.4% -
XYZ 3.36 2.48 12.87 -
YUV 39.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 19 38 102 0.81 0.63 0 0.6 226.27 0.69 0.24
Hex 13 26 66 51 3F 0 3C E2 45 18
Octal 23 46 146 121 77 0 74 342 105 30
Binary 10011 100110 1100110 1010001 111111 0 111100 11100010 1000101 11000

Color Harmonies of #132666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132666

Black with #132666

Text Example


Text Example

White with #132666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132666; }

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

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

background-color css

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

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

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

border-color css

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

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

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