Html Css Color HEX #133466 Sapphire

📋 copy color: '#133466'

red 19 ◦ green 52 ◦ blue 102

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

Shades of Sapphire #133466

Tints of Sapphire #133466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 10.98%
G = 30.06%
B = 58.96%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133466 (or 0x133466) is known color: Sapphire. HEX triplet: 13, 34 and 66. RGB value is (19,52,102). Sum of RGB (Red+Green+Blue) = 19+52+102=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #133466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133466 is #ECCB99. Grayscale: #2F2F2F. Windows color (decimal): -15518618 or 6698003. OLE color: 6698003.

HSL color Cylindrical-coordinate representation of color #133466: hue angle of 216.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133466 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 52 102 -
CMYK 0.81 0.49 0 0.6
HSL 216.14º 0.69% 0.24% -
HSV(B) 216.14º 0.81% 0.4% -
XYZ 3.89 3.55 13.05 -
YUV 47.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 19 52 102 0.81 0.49 0 0.6 216.14 0.69 0.24
Hex 13 34 66 51 31 0 3C D8 45 18
Octal 23 64 146 121 61 0 74 330 105 30
Binary 10011 110100 1100110 1010001 110001 0 111100 11011000 1000101 11000

Color Harmonies of #133466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133466

Black with #133466

Text Example


Text Example

White with #133466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133466; }

 p { color: rgb(19,52,102); }

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

background-color css

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

 a { background-color: rgb(19,52,102); }

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

border-color css

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

 span { border-color: rgb(19,52,102); }

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