Html Css Color HEX #132366 Sapphire

📋 copy color: '#132366'

red 19 ◦ green 35 ◦ blue 102

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

Shades of Sapphire #132366

Tints of Sapphire #132366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 12.18%
G = 22.44%
B = 65.38%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#132366 (or 0x132366) is known color: Sapphire. HEX triplet: 13, 23 and 66. RGB value is (19,35,102). Sum of RGB (Red+Green+Blue) = 19+35+102=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #132366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132366 is #ECDC99. Grayscale: #252525. Windows color (decimal): -15522970 or 6693651. OLE color: 6693651.

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

Color convert

RGB 19 35 102 -
CMYK 0.81 0.66 0 0.6
HSL 228.43º 0.69% 0.24% -
HSV(B) 228.43º 0.81% 0.4% -
XYZ 3.27 2.3 12.84 -
YUV 37.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 19 35 102 0.81 0.66 0 0.6 228.43 0.69 0.24
Hex 13 23 66 51 42 0 3C E4 45 18
Octal 23 43 146 121 102 0 74 344 105 30
Binary 10011 100011 1100110 1010001 1000010 0 111100 11100100 1000101 11000

Color Harmonies of #132366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132366

Black with #132366

Text Example


Text Example

White with #132366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132366; }

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

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

background-color css

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

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

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

border-color css

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

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

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