Html Css Color HEX #133363 Sapphire

📋 copy color: '#133363'

red 19 ◦ green 51 ◦ blue 99

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

Shades of Sapphire #133363

Tints of Sapphire #133363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 11.24%
G = 30.18%
B = 58.58%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#133363 (or 0x133363) is known color: Sapphire. HEX triplet: 13, 33 and 63. RGB value is (19,51,99). Sum of RGB (Red+Green+Blue) = 19+51+99=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #133363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133363 is #ECCC9C. Grayscale: #2E2E2E. Windows color (decimal): -15518877 or 6501139. OLE color: 6501139.

HSL color Cylindrical-coordinate representation of color #133363: hue angle of 216º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133363 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 51 99 -
CMYK 0.81 0.48 0 0.61
HSL 216º 0.68% 0.23% -
HSV(B) 216º 0.81% 0.39% -
XYZ 3.7 3.41 12.27 -
YUV 46.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 19 51 99 0.81 0.48 0 0.61 216 0.68 0.23
Hex 13 33 63 51 30 0 3D D8 44 17
Octal 23 63 143 121 60 0 75 330 104 27
Binary 10011 110011 1100011 1010001 110000 0 111101 11011000 1000100 10111

Color Harmonies of #133363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133363

Black with #133363

Text Example


Text Example

White with #133363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133363; }

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

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

background-color css

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

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

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

border-color css

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

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

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