Html Css Color HEX #132F5A Sapphire

📋 copy color: '#132F5A'

red 19 ◦ green 47 ◦ blue 90

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

Shades of Sapphire #132F5A

Tints of Sapphire #132F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.13%

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

R = 12.18%
G = 30.13%
B = 57.69%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132F5A (or 0x132F5A) is known color: Sapphire. HEX triplet: 13, 2F and 5A. RGB value is (19,47,90). Sum of RGB (Red+Green+Blue) = 19+47+90=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #132F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F5A is #ECD0A5. Grayscale: #2B2B2B. Windows color (decimal): -15519910 or 5910291. OLE color: 5910291.

HSL color Cylindrical-coordinate representation of color #132F5A: hue angle of 216.34º 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 #132F5A is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 47 90 -
CMYK 0.79 0.48 0 0.65
HSL 216.34º 0.65% 0.21% -
HSV(B) 216.34º 0.79% 0.35% -
XYZ 3.13 2.91 10.07 -
YUV 43.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 19 47 90 0.79 0.48 0 0.65 216.34 0.65 0.21
Hex 13 2F 5A 4F 30 0 41 D8 41 15
Octal 23 57 132 117 60 0 101 330 101 25
Binary 10011 101111 1011010 1001111 110000 0 1000001 11011000 1000001 10101

Color Harmonies of #132F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F5A

Black with #132F5A

Text Example


Text Example

White with #132F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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