Html Css Color HEX #132673 Sapphire

📋 copy color: '#132673'

red 19 ◦ green 38 ◦ blue 115

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

Shades of Sapphire #132673

Tints of Sapphire #132673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 11.05%
G = 22.09%
B = 66.86%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132673 (or 0x132673) is known color: Sapphire. HEX triplet: 13, 26 and 73. RGB value is (19,38,115). Sum of RGB (Red+Green+Blue) = 19+38+115=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #132673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132673 is #ECD98C. Grayscale: #282828. Windows color (decimal): -15522189 or 7546387. OLE color: 7546387.

HSL color Cylindrical-coordinate representation of color #132673: hue angle of 228.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132673 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 38 115 -
CMYK 0.83 0.67 0 0.55
HSL 228.13º 0.72% 0.26% -
HSV(B) 228.13º 0.83% 0.45% -
XYZ 4.06 2.76 16.54 -
YUV 41.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 19 38 115 0.83 0.67 0 0.55 228.13 0.72 0.26
Hex 13 26 73 53 43 0 37 E4 48 1A
Octal 23 46 163 123 103 0 67 344 110 32
Binary 10011 100110 1110011 1010011 1000011 0 110111 11100100 1001000 11010

Color Harmonies of #132673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132673

Black with #132673

Text Example


Text Example

White with #132673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132673; }

 p { color: rgb(19,38,115); }

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

background-color css

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

 a { background-color: rgb(19,38,115); }

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

border-color css

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

 span { border-color: rgb(19,38,115); }

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