Html Css Color HEX #132458 Sapphire

📋 copy color: '#132458'

red 19 ◦ green 36 ◦ blue 88

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

Shades of Sapphire #132458

Tints of Sapphire #132458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 61.54%

R = 13.29%
G = 25.17%
B = 61.54%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#132458 (or 0x132458) is known color: Sapphire. HEX triplet: 13, 24 and 58. RGB value is (19,36,88). Sum of RGB (Red+Green+Blue) = 19+36+88=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #132458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132458 is #ECDBA7. Grayscale: #242424. Windows color (decimal): -15522728 or 5776403. OLE color: 5776403.

HSL color Cylindrical-coordinate representation of color #132458: hue angle of 225.22º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132458 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 36 88 -
CMYK 0.78 0.59 0 0.65
HSL 225.22º 0.64% 0.21% -
HSV(B) 225.22º 0.78% 0.35% -
XYZ 2.66 2.1 9.5 -
YUV 36.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 19 36 88 0.78 0.59 0 0.65 225.22 0.64 0.21
Hex 13 24 58 4E 3B 0 41 E1 40 15
Octal 23 44 130 116 73 0 101 341 100 25
Binary 10011 100100 1011000 1001110 111011 0 1000001 11100001 1000000 10101

Color Harmonies of #132458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132458

Black with #132458

Text Example


Text Example

White with #132458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132458; }

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

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

background-color css

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

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

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

border-color css

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

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

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