Html Css Color HEX #133366 Sapphire

📋 copy color: '#133366'

red 19 ◦ green 51 ◦ blue 102

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

Shades of Sapphire #133366

Tints of Sapphire #133366

RGB

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

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

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

R = 11.05%
G = 29.65%
B = 59.3%

CMYK

 C value IS 0.81

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#133366 (or 0x133366) is known color: Sapphire. HEX triplet: 13, 33 and 66. RGB value is (19,51,102). Sum of RGB (Red+Green+Blue) = 19+51+102=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #133366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133366 is #ECCC99. Grayscale: #2F2F2F. Windows color (decimal): -15518874 or 6697747. OLE color: 6697747.

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

Color convert

RGB 19 51 102 -
CMYK 0.81 0.5 0 0.6
HSL 216.87º 0.69% 0.24% -
HSV(B) 216.87º 0.81% 0.4% -
XYZ 3.85 3.47 13.04 -
YUV 47.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 19 51 102 0.81 0.5 0 0.6 216.87 0.69 0.24
Hex 13 33 66 51 32 0 3C D9 45 18
Octal 23 63 146 121 62 0 74 331 105 30
Binary 10011 110011 1100110 1010001 110010 0 111100 11011001 1000101 11000

Color Harmonies of #133366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133366

Black with #133366

Text Example


Text Example

White with #133366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133366; }

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

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

background-color css

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

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

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

border-color css

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

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

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