Html Css Color HEX #132F70 Sapphire

📋 copy color: '#132F70'

red 19 ◦ green 47 ◦ blue 112

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

Shades of Sapphire #132F70

Tints of Sapphire #132F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.92%

R = 10.67%
G = 26.4%
B = 62.92%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132F70 (or 0x132F70) is known color: Sapphire. HEX triplet: 13, 2F and 70. RGB value is (19,47,112). Sum of RGB (Red+Green+Blue) = 19+47+112=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #132F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F70 is #ECD08F. Grayscale: #2D2D2D. Windows color (decimal): -15519888 or 7352083. OLE color: 7352083.

HSL color Cylindrical-coordinate representation of color #132F70: hue angle of 221.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132F70 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 47 112 -
CMYK 0.83 0.58 0 0.56
HSL 221.94º 0.71% 0.26% -
HSV(B) 221.94º 0.83% 0.44% -
XYZ 4.21 3.34 15.75 -
YUV 46.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 19 47 112 0.83 0.58 0 0.56 221.94 0.71 0.26
Hex 13 2F 70 53 3A 0 38 DE 47 1A
Octal 23 57 160 123 72 0 70 336 107 32
Binary 10011 101111 1110000 1010011 111010 0 111000 11011110 1000111 11010

Color Harmonies of #132F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F70

Black with #132F70

Text Example


Text Example

White with #132F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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