Html Css Color HEX #133670 Sapphire

📋 copy color: '#133670'

red 19 ◦ green 54 ◦ blue 112

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

Shades of Sapphire #133670

Tints of Sapphire #133670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 10.27%
G = 29.19%
B = 60.54%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133670 (or 0x133670) is known color: Sapphire. HEX triplet: 13, 36 and 70. RGB value is (19,54,112). Sum of RGB (Red+Green+Blue) = 19+54+112=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #133670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133670 is #ECC98F. Grayscale: #313131. Windows color (decimal): -15518096 or 7353875. OLE color: 7353875.

HSL color Cylindrical-coordinate representation of color #133670: hue angle of 217.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133670 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 54 112 -
CMYK 0.83 0.52 0 0.56
HSL 217.42º 0.71% 0.26% -
HSV(B) 217.42º 0.83% 0.44% -
XYZ 4.51 3.95 15.85 -
YUV 50.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 19 54 112 0.83 0.52 0 0.56 217.42 0.71 0.26
Hex 13 36 70 53 34 0 38 D9 47 1A
Octal 23 66 160 123 64 0 70 331 107 32
Binary 10011 110110 1110000 1010011 110100 0 111000 11011001 1000111 11010

Color Harmonies of #133670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133670

Black with #133670

Text Example


Text Example

White with #133670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133670; }

 p { color: rgb(19,54,112); }

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

background-color css

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

 a { background-color: rgb(19,54,112); }

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

border-color css

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

 span { border-color: rgb(19,54,112); }

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