Html Css Color HEX #133368 Sapphire

📋 copy color: '#133368'

red 19 ◦ green 51 ◦ blue 104

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

Shades of Sapphire #133368

Tints of Sapphire #133368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.77%

R = 10.92%
G = 29.31%
B = 59.77%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133368 (or 0x133368) is known color: Sapphire. HEX triplet: 13, 33 and 68. RGB value is (19,51,104). Sum of RGB (Red+Green+Blue) = 19+51+104=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #133368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133368 is #ECCC97. Grayscale: #2F2F2F. Windows color (decimal): -15518872 or 6828819. OLE color: 6828819.

HSL color Cylindrical-coordinate representation of color #133368: hue angle of 217.41º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133368 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 51 104 -
CMYK 0.82 0.51 0 0.59
HSL 217.41º 0.69% 0.24% -
HSV(B) 217.41º 0.82% 0.41% -
XYZ 3.95 3.51 13.57 -
YUV 47.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 19 51 104 0.82 0.51 0 0.59 217.41 0.69 0.24
Hex 13 33 68 52 33 0 3B D9 45 18
Octal 23 63 150 122 63 0 73 331 105 30
Binary 10011 110011 1101000 1010010 110011 0 111011 11011001 1000101 11000

Color Harmonies of #133368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133368

Black with #133368

Text Example


Text Example

White with #133368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133368; }

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

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

background-color css

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

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

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

border-color css

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

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

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