Html Css Color HEX #132B5A Sapphire

📋 copy color: '#132B5A'

red 19 ◦ green 43 ◦ blue 90

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

Shades of Sapphire #132B5A

Tints of Sapphire #132B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 12.5%
G = 28.29%
B = 59.21%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132B5A (or 0x132B5A) is known color: Sapphire. HEX triplet: 13, 2B and 5A. RGB value is (19,43,90). Sum of RGB (Red+Green+Blue) = 19+43+90=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #132B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B5A is #ECD4A5. Grayscale: #282828. Windows color (decimal): -15520934 or 5909267. OLE color: 5909267.

HSL color Cylindrical-coordinate representation of color #132B5A: hue angle of 219.72º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132B5A is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 43 90 -
CMYK 0.79 0.52 0 0.65
HSL 219.72º 0.65% 0.21% -
HSV(B) 219.72º 0.79% 0.35% -
XYZ 2.98 2.6 10.02 -
YUV 41.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 19 43 90 0.79 0.52 0 0.65 219.72 0.65 0.21
Hex 13 2B 5A 4F 34 0 41 DC 41 15
Octal 23 53 132 117 64 0 101 334 101 25
Binary 10011 101011 1011010 1001111 110100 0 1000001 11011100 1000001 10101

Color Harmonies of #132B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B5A

Black with #132B5A

Text Example


Text Example

White with #132B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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