Html Css Color HEX #132B7D Sapphire

📋 copy color: '#132B7D'

red 19 ◦ green 43 ◦ blue 125

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

Shades of Sapphire #132B7D

Tints of Sapphire #132B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 10.16%
G = 22.99%
B = 66.84%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#132B7D (or 0x132B7D) is known color: Sapphire. HEX triplet: 13, 2B and 7D. RGB value is (19,43,125). Sum of RGB (Red+Green+Blue) = 19+43+125=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #132B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B7D is #ECD482. Grayscale: #2C2C2C. Windows color (decimal): -15520899 or 8203027. OLE color: 8203027.

HSL color Cylindrical-coordinate representation of color #132B7D: hue angle of 226.42º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132B7D is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 43 125 -
CMYK 0.85 0.66 0 0.51
HSL 226.42º 0.74% 0.28% -
HSV(B) 226.42º 0.85% 0.49% -
XYZ 4.83 3.35 19.79 -
YUV 45.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 19 43 125 0.85 0.66 0 0.51 226.42 0.74 0.28
Hex 13 2B 7D 55 42 0 33 E2 4A 1C
Octal 23 53 175 125 102 0 63 342 112 34
Binary 10011 101011 1111101 1010101 1000010 0 110011 11100010 1001010 11100

Color Harmonies of #132B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B7D

Black with #132B7D

Text Example


Text Example

White with #132B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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