Html Css Color HEX #132A62 Sapphire

📋 copy color: '#132A62'

red 19 ◦ green 42 ◦ blue 98

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

Shades of Sapphire #132A62

Tints of Sapphire #132A62

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.42%

 BLUE value IS 98 (38.67% from 255) = 61.64%

R = 11.95%
G = 26.42%
B = 61.64%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#132A62 (or 0x132A62) is known color: Sapphire. HEX triplet: 13, 2A and 62. RGB value is (19,42,98). Sum of RGB (Red+Green+Blue) = 19+42+98=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #132A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A62 is #ECD59D. Grayscale: #292929. Windows color (decimal): -15521182 or 6433299. OLE color: 6433299.

HSL color Cylindrical-coordinate representation of color #132A62: hue angle of 222.53º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132A62 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 42 98 -
CMYK 0.81 0.57 0 0.62
HSL 222.53º 0.68% 0.23% -
HSV(B) 222.53º 0.81% 0.38% -
XYZ 3.3 2.68 11.9 -
YUV 41.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 19 42 98 0.81 0.57 0 0.62 222.53 0.68 0.23
Hex 13 2A 62 51 39 0 3E DF 44 17
Octal 23 52 142 121 71 0 76 337 104 27
Binary 10011 101010 1100010 1010001 111001 0 111110 11011111 1000100 10111

Color Harmonies of #132A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A62

Black with #132A62

Text Example


Text Example

White with #132A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A62; }

 p { color: rgb(19,42,98); }

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

background-color css

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

 a { background-color: rgb(19,42,98); }

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

border-color css

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

 span { border-color: rgb(19,42,98); }

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