Html Css Color HEX #133261 Sapphire

📋 copy color: '#133261'

red 19 ◦ green 50 ◦ blue 97

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

Shades of Sapphire #133261

Tints of Sapphire #133261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.12%

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 11.45%
G = 30.12%
B = 58.43%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133261 (or 0x133261) is known color: Sapphire. HEX triplet: 13, 32 and 61. RGB value is (19,50,97). Sum of RGB (Red+Green+Blue) = 19+50+97=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #133261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133261 is #ECCD9E. Grayscale: #2D2D2D. Windows color (decimal): -15519135 or 6369811. OLE color: 6369811.

HSL color Cylindrical-coordinate representation of color #133261: hue angle of 216.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133261 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 50 97 -
CMYK 0.80 0.48 0 0.62
HSL 216.15º 0.67% 0.23% -
HSV(B) 216.15º 0.8% 0.38% -
XYZ 3.57 3.28 11.75 -
YUV 46.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 19 50 97 0.80 0.48 0 0.62 216.15 0.67 0.23
Hex 13 32 61 50 30 0 3E D8 43 17
Octal 23 62 141 120 60 0 76 330 103 27
Binary 10011 110010 1100001 1010000 110000 0 111110 11011000 1000011 10111

Color Harmonies of #133261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133261

Black with #133261

Text Example


Text Example

White with #133261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133261; }

 p { color: rgb(19,50,97); }

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

background-color css

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

 a { background-color: rgb(19,50,97); }

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

border-color css

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

 span { border-color: rgb(19,50,97); }

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