Html Css Color HEX #132B69 Sapphire

📋 copy color: '#132B69'

red 19 ◦ green 43 ◦ blue 105

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

Shades of Sapphire #132B69

Tints of Sapphire #132B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.75%

 BLUE value IS 105 (41.41% from 255) = 62.87%

R = 11.38%
G = 25.75%
B = 62.87%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#132B69 (or 0x132B69) is known color: Sapphire. HEX triplet: 13, 2B and 69. RGB value is (19,43,105). Sum of RGB (Red+Green+Blue) = 19+43+105=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #132B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B69 is #ECD496. Grayscale: #2A2A2A. Windows color (decimal): -15520919 or 6892307. OLE color: 6892307.

HSL color Cylindrical-coordinate representation of color #132B69: hue angle of 223.26º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132B69 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 43 105 -
CMYK 0.82 0.59 0 0.59
HSL 223.26º 0.69% 0.24% -
HSV(B) 223.26º 0.82% 0.41% -
XYZ 3.68 2.89 13.73 -
YUV 42.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 19 43 105 0.82 0.59 0 0.59 223.26 0.69 0.24
Hex 13 2B 69 52 3B 0 3B DF 45 18
Octal 23 53 151 122 73 0 73 337 105 30
Binary 10011 101011 1101001 1010010 111011 0 111011 11011111 1000101 11000

Color Harmonies of #132B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B69

Black with #132B69

Text Example


Text Example

White with #132B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132B69; }

 p { color: rgb(19,43,105); }

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

background-color css

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

 a { background-color: rgb(19,43,105); }

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

border-color css

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

 span { border-color: rgb(19,43,105); }

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