Html Css Color HEX #132255 Sapphire

📋 copy color: '#132255'

red 19 ◦ green 34 ◦ blue 85

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

Shades of Sapphire #132255

Tints of Sapphire #132255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

 BLUE value IS 85 (33.59% from 255) = 61.59%

R = 13.77%
G = 24.64%
B = 61.59%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132255 (or 0x132255) is known color: Sapphire. HEX triplet: 13, 22 and 55. RGB value is (19,34,85). Sum of RGB (Red+Green+Blue) = 19+34+85=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #132255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132255 is #ECDDAA. Grayscale: #232323. Windows color (decimal): -15523243 or 5579283. OLE color: 5579283.

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

Color convert

RGB 19 34 85 -
CMYK 0.78 0.60 0 0.67
HSL 226.36º 0.63% 0.2% -
HSV(B) 226.36º 0.78% 0.33% -
XYZ 2.48 1.94 8.84 -
YUV 35.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 19 34 85 0.78 0.60 0 0.67 226.36 0.63 0.2
Hex 13 22 55 4E 3C 0 43 E2 3F 14
Octal 23 42 125 116 74 0 103 342 77 24
Binary 10011 100010 1010101 1001110 111100 0 1000011 11100010 111111 10100

Color Harmonies of #132255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132255

Black with #132255

Text Example


Text Example

White with #132255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132255; }

 p { color: rgb(19,34,85); }

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

background-color css

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

 a { background-color: rgb(19,34,85); }

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

border-color css

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

 span { border-color: rgb(19,34,85); }

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