Html Css Color HEX #132B5E Sapphire

📋 copy color: '#132B5E'

red 19 ◦ green 43 ◦ blue 94

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

Shades of Sapphire #132B5E

Tints of Sapphire #132B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 60.26%

R = 12.18%
G = 27.56%
B = 60.26%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#132B5E (or 0x132B5E) is known color: Sapphire. HEX triplet: 13, 2B and 5E. RGB value is (19,43,94). Sum of RGB (Red+Green+Blue) = 19+43+94=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #132B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B5E is #ECD4A1. Grayscale: #292929. Windows color (decimal): -15520930 or 6171411. OLE color: 6171411.

HSL color Cylindrical-coordinate representation of color #132B5E: hue angle of 220.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132B5E is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 43 94 -
CMYK 0.80 0.54 0 0.63
HSL 220.8º 0.66% 0.22% -
HSV(B) 220.8º 0.8% 0.37% -
XYZ 3.15 2.67 10.94 -
YUV 41.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 19 43 94 0.80 0.54 0 0.63 220.8 0.66 0.22
Hex 13 2B 5E 50 36 0 3F DD 42 16
Octal 23 53 136 120 66 0 77 335 102 26
Binary 10011 101011 1011110 1010000 110110 0 111111 11011101 1000010 10110

Color Harmonies of #132B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B5E

Black with #132B5E

Text Example


Text Example

White with #132B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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