Html Css Color HEX #132554 Sapphire

📋 copy color: '#132554'

red 19 ◦ green 37 ◦ blue 84

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

Shades of Sapphire #132554

Tints of Sapphire #132554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 60%

R = 13.57%
G = 26.43%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132554 (or 0x132554) is known color: Sapphire. HEX triplet: 13, 25 and 54. RGB value is (19,37,84). Sum of RGB (Red+Green+Blue) = 19+37+84=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #132554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132554 is #ECDAAB. Grayscale: #242424. Windows color (decimal): -15522476 or 5514515. OLE color: 5514515.

HSL color Cylindrical-coordinate representation of color #132554: hue angle of 223.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132554 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 37 84 -
CMYK 0.77 0.56 0 0.67
HSL 223.38º 0.63% 0.2% -
HSV(B) 223.38º 0.77% 0.33% -
XYZ 2.53 2.1 8.66 -
YUV 36.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 19 37 84 0.77 0.56 0 0.67 223.38 0.63 0.2
Hex 13 25 54 4D 38 0 43 DF 3F 14
Octal 23 45 124 115 70 0 103 337 77 24
Binary 10011 100101 1010100 1001101 111000 0 1000011 11011111 111111 10100

Color Harmonies of #132554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132554

Black with #132554

Text Example


Text Example

White with #132554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132554; }

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

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

background-color css

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

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

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

border-color css

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

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

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