Html Css Color HEX #132254 Sapphire

📋 copy color: '#132254'

red 19 ◦ green 34 ◦ blue 84

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

Shades of Sapphire #132254

Tints of Sapphire #132254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 61.31%

R = 13.87%
G = 24.82%
B = 61.31%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#132254 (or 0x132254) is known color: Sapphire. HEX triplet: 13, 22 and 54. RGB value is (19,34,84). Sum of RGB (Red+Green+Blue) = 19+34+84=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #132254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132254 is #ECDDAB. Grayscale: #232323. Windows color (decimal): -15523244 or 5513747. OLE color: 5513747.

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

Color convert

RGB 19 34 84 -
CMYK 0.77 0.60 0 0.67
HSL 226.15º 0.63% 0.2% -
HSV(B) 226.15º 0.77% 0.33% -
XYZ 2.44 1.92 8.63 -
YUV 35.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 19 34 84 0.77 0.60 0 0.67 226.15 0.63 0.2
Hex 13 22 54 4D 3C 0 43 E2 3F 14
Octal 23 42 124 115 74 0 103 342 77 24
Binary 10011 100010 1010100 1001101 111100 0 1000011 11100010 111111 10100

Color Harmonies of #132254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132254

Black with #132254

Text Example


Text Example

White with #132254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132254; }

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

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

background-color css

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

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

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

border-color css

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

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

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