Html Css Color HEX #133268 Sapphire

📋 copy color: '#133268'

red 19 ◦ green 50 ◦ blue 104

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

Shades of Sapphire #133268

Tints of Sapphire #133268

RGB

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

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

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

R = 10.98%
G = 28.9%
B = 60.12%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133268 (or 0x133268) is known color: Sapphire. HEX triplet: 13, 32 and 68. RGB value is (19,50,104). Sum of RGB (Red+Green+Blue) = 19+50+104=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #133268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133268 is #ECCD97. Grayscale: #2E2E2E. Windows color (decimal): -15519128 or 6828563. OLE color: 6828563.

HSL color Cylindrical-coordinate representation of color #133268: hue angle of 218.12º 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 #133268 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 50 104 -
CMYK 0.82 0.52 0 0.59
HSL 218.12º 0.69% 0.24% -
HSV(B) 218.12º 0.82% 0.41% -
XYZ 3.91 3.42 13.55 -
YUV 46.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 19 50 104 0.82 0.52 0 0.59 218.12 0.69 0.24
Hex 13 32 68 52 34 0 3B DA 45 18
Octal 23 62 150 122 64 0 73 332 105 30
Binary 10011 110010 1101000 1010010 110100 0 111011 11011010 1000101 11000

Color Harmonies of #133268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133268

Black with #133268

Text Example


Text Example

White with #133268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133268; }

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

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

background-color css

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

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

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

border-color css

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

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

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