Html Css Color HEX #132453 Sapphire

📋 copy color: '#132453'

red 19 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #132453

Tints of Sapphire #132453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

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

R = 13.77%
G = 26.09%
B = 60.14%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132453 (or 0x132453) is known color: Sapphire. HEX triplet: 13, 24 and 53. RGB value is (19,36,83). Sum of RGB (Red+Green+Blue) = 19+36+83=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #132453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132453 is #ECDBAC. Grayscale: #242424. Windows color (decimal): -15522733 or 5448723. OLE color: 5448723.

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

Color convert

RGB 19 36 83 -
CMYK 0.77 0.57 0 0.67
HSL 224.06º 0.63% 0.2% -
HSV(B) 224.06º 0.77% 0.33% -
XYZ 2.46 2.02 8.44 -
YUV 36.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 19 36 83 0.77 0.57 0 0.67 224.06 0.63 0.2
Hex 13 24 53 4D 39 0 43 E0 3F 14
Octal 23 44 123 115 71 0 103 340 77 24
Binary 10011 100100 1010011 1001101 111001 0 1000011 11100000 111111 10100

Color Harmonies of #132453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132453

Black with #132453

Text Example


Text Example

White with #132453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132453; }

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

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

background-color css

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

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

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

border-color css

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

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

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