Html Css Color HEX #133266 Sapphire

📋 copy color: '#133266'

red 19 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #133266

Tints of Sapphire #133266

RGB

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

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

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

R = 11.11%
G = 29.24%
B = 59.65%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133266 (or 0x133266) is known color: Sapphire. HEX triplet: 13, 32 and 66. RGB value is (19,50,102). Sum of RGB (Red+Green+Blue) = 19+50+102=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #133266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133266 is #ECCD99. Grayscale: #2E2E2E. Windows color (decimal): -15519130 or 6697491. OLE color: 6697491.

HSL color Cylindrical-coordinate representation of color #133266: hue angle of 217.59º 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 #133266 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 50 102 -
CMYK 0.81 0.51 0 0.6
HSL 217.59º 0.69% 0.24% -
HSV(B) 217.59º 0.81% 0.4% -
XYZ 3.81 3.38 13.02 -
YUV 46.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 19 50 102 0.81 0.51 0 0.6 217.59 0.69 0.24
Hex 13 32 66 51 33 0 3C DA 45 18
Octal 23 62 146 121 63 0 74 332 105 30
Binary 10011 110010 1100110 1010001 110011 0 111100 11011010 1000101 11000

Color Harmonies of #133266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133266

Black with #133266

Text Example


Text Example

White with #133266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133266; }

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

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

background-color css

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

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

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

border-color css

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

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

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