Html Css Color HEX #133468 Sapphire

📋 copy color: '#133468'

red 19 ◦ green 52 ◦ blue 104

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

Shades of Sapphire #133468

Tints of Sapphire #133468

RGB

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

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

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

R = 10.86%
G = 29.71%
B = 59.43%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#133468 (or 0x133468) is known color: Sapphire. HEX triplet: 13, 34 and 68. RGB value is (19,52,104). Sum of RGB (Red+Green+Blue) = 19+52+104=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #133468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133468 is #ECCB97. Grayscale: #2F2F2F. Windows color (decimal): -15518616 or 6829075. OLE color: 6829075.

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

Color convert

RGB 19 52 104 -
CMYK 0.82 0.50 0 0.59
HSL 216.71º 0.69% 0.24% -
HSV(B) 216.71º 0.82% 0.41% -
XYZ 4 3.59 13.58 -
YUV 48.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 19 52 104 0.82 0.50 0 0.59 216.71 0.69 0.24
Hex 13 34 68 52 32 0 3B D9 45 18
Octal 23 64 150 122 62 0 73 331 105 30
Binary 10011 110100 1101000 1010010 110010 0 111011 11011001 1000101 11000

Color Harmonies of #133468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133468

Black with #133468

Text Example


Text Example

White with #133468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133468; }

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

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

background-color css

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

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

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

border-color css

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

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

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