Html Css Color HEX #132253 Sapphire

📋 copy color: '#132253'

red 19 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #132253

Tints of Sapphire #132253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 13.97%
G = 25%
B = 61.03%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132253 (or 0x132253) is known color: Sapphire. HEX triplet: 13, 22 and 53. RGB value is (19,34,83). Sum of RGB (Red+Green+Blue) = 19+34+83=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #132253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132253 is #ECDDAC. Grayscale: #222222. Windows color (decimal): -15523245 or 5448211. OLE color: 5448211.

HSL color Cylindrical-coordinate representation of color #132253: hue angle of 225.94º 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 #132253 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 34 83 -
CMYK 0.77 0.59 0 0.67
HSL 225.94º 0.63% 0.2% -
HSV(B) 225.94º 0.77% 0.33% -
XYZ 2.4 1.91 8.43 -
YUV 35.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 19 34 83 0.77 0.59 0 0.67 225.94 0.63 0.2
Hex 13 22 53 4D 3B 0 43 E2 3F 14
Octal 23 42 123 115 73 0 103 342 77 24
Binary 10011 100010 1010011 1001101 111011 0 1000011 11100010 111111 10100

Color Harmonies of #132253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132253

Black with #132253

Text Example


Text Example

White with #132253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132253; }

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

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

background-color css

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

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

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

border-color css

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

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

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