Html Css Color HEX #133361 Sapphire

📋 copy color: '#133361'

red 19 ◦ green 51 ◦ blue 97

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

Shades of Sapphire #133361

Tints of Sapphire #133361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 11.38%
G = 30.54%
B = 58.08%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133361 (or 0x133361) is known color: Sapphire. HEX triplet: 13, 33 and 61. RGB value is (19,51,97). Sum of RGB (Red+Green+Blue) = 19+51+97=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #133361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133361 is #ECCC9E. Grayscale: #2E2E2E. Windows color (decimal): -15518879 or 6370067. OLE color: 6370067.

HSL color Cylindrical-coordinate representation of color #133361: hue angle of 215.38º 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 #133361 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 51 97 -
CMYK 0.80 0.47 0 0.62
HSL 215.38º 0.67% 0.23% -
HSV(B) 215.38º 0.8% 0.38% -
XYZ 3.61 3.37 11.77 -
YUV 46.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 19 51 97 0.80 0.47 0 0.62 215.38 0.67 0.23
Hex 13 33 61 50 2F 0 3E D7 43 17
Octal 23 63 141 120 57 0 76 327 103 27
Binary 10011 110011 1100001 1010000 101111 0 111110 11010111 1000011 10111

Color Harmonies of #133361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133361

Black with #133361

Text Example


Text Example

White with #133361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133361; }

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

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

background-color css

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

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

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

border-color css

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

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

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