Html Css Color HEX #132574 Sapphire

📋 copy color: '#132574'

red 19 ◦ green 37 ◦ blue 116

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

Shades of Sapphire #132574

Tints of Sapphire #132574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 11.05%
G = 21.51%
B = 67.44%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132574 (or 0x132574) is known color: Sapphire. HEX triplet: 13, 25 and 74. RGB value is (19,37,116). Sum of RGB (Red+Green+Blue) = 19+37+116=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #132574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132574 is #ECDA8B. Grayscale: #282828. Windows color (decimal): -15522444 or 7611667. OLE color: 7611667.

HSL color Cylindrical-coordinate representation of color #132574: hue angle of 228.87º 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 #132574 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 37 116 -
CMYK 0.84 0.68 0 0.55
HSL 228.87º 0.72% 0.26% -
HSV(B) 228.87º 0.84% 0.45% -
XYZ 4.08 2.72 16.83 -
YUV 40.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 19 37 116 0.84 0.68 0 0.55 228.87 0.72 0.26
Hex 13 25 74 54 44 0 37 E5 48 1A
Octal 23 45 164 124 104 0 67 345 110 32
Binary 10011 100101 1110100 1010100 1000100 0 110111 11100101 1001000 11010

Color Harmonies of #132574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132574

Black with #132574

Text Example


Text Example

White with #132574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132574; }

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

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

background-color css

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

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

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

border-color css

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

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

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