Html Css Color HEX #132F74 Sapphire

📋 copy color: '#132F74'

red 19 ◦ green 47 ◦ blue 116

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

Shades of Sapphire #132F74

Tints of Sapphire #132F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.74%

R = 10.44%
G = 25.82%
B = 63.74%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132F74 (or 0x132F74) is known color: Sapphire. HEX triplet: 13, 2F and 74. RGB value is (19,47,116). Sum of RGB (Red+Green+Blue) = 19+47+116=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #132F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F74 is #ECD08B. Grayscale: #2E2E2E. Windows color (decimal): -15519884 or 7614227. OLE color: 7614227.

HSL color Cylindrical-coordinate representation of color #132F74: hue angle of 222.68º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132F74 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 47 116 -
CMYK 0.84 0.59 0 0.55
HSL 222.68º 0.72% 0.26% -
HSV(B) 222.68º 0.84% 0.45% -
XYZ 4.44 3.43 16.95 -
YUV 46.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 19 47 116 0.84 0.59 0 0.55 222.68 0.72 0.26
Hex 13 2F 74 54 3B 0 37 DF 48 1A
Octal 23 57 164 124 73 0 67 337 110 32
Binary 10011 101111 1110100 1010100 111011 0 110111 11011111 1001000 11010

Color Harmonies of #132F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F74

Black with #132F74

Text Example


Text Example

White with #132F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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